#d53af9

Color #D53AF9 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D53AF9

Tints of Free Speech Magenta #D53AF9

Color information

#D53AF9 (or 0xD53AF9) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 3A and F9. RGB value is (213,58,249). Sum of RGB (Red+Green+Blue) = 213+58+249=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 58 (23.05% from 255 or 11.15% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #D53AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53AF9 is #2AC506. Grayscale: #7D7D7D. Windows color (decimal): -2802951 or 16333525. OLE color: 16333525.

HSL color Cylindrical-coordinate representation of color #D53AF9: hue angle of 288.69º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53AF9 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21358249-
CMYK0.140.7700.02
HSL288.69º94.09%60.2%-
HSV(B)288.69º76.71%97.65%-
XYZ46.0524.0191.83-
YUV126.12197.35189.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 58 (23.05% from 255) = 11.15%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=40.96%
G=11.15%
B=47.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213582490.140.7700.02288.6994.0960.2
HexD53AF9E4D021215e3c
Octal32572371161150244113674
Binary1101010111101011111001111010011010101001000011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d53af9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d53af9; }

 p { color: rgb(213,58,249); }

 H1.HeaderClassName
 {
   color: #d53af9;
 }
 .AnyTagClassName
 {
   color: #d53af9;
 }
</style>
background-color css

<style>
 a { background-color: #d53af9; }

 a { background-color: rgb(213,58,249); }

 div.DivClassName
 {
   background-color: #d53af9;
 }
 .BgClassName
 {
   background-color: #d53af9;
 }
</style>
border-color css

<style>
 span { border-color: #d53af9; }

 span { border-color: rgb(213,58,249); }

 td.TdClassName
 {
   border-color: #d53af9;
 }
 .TagClassName
 {
   border-color: #d53af9;
 }
</style>