#D458D9

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

Shades of Free Speech Magenta #D458D9

Tints of Free Speech Magenta #D458D9

Color information

#D458D9 (or 0xD458D9) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 58 and D9. RGB value is (212,88,217). Sum of RGB (Red+Green+Blue) = 212+88+217=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #D458D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D458D9 is #2BA726. Grayscale: #8B8B8B. Windows color (decimal): -2860839 or 14244052. OLE color: 14244052.

HSL color Cylindrical-coordinate representation of color #D458D9: hue angle of 297.67º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D458D9 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21288217-
CMYK0.020.5900.15
HSL297.67º62.93%59.8%-
HSV(B)297.67º59.45%85.1%-
XYZ43.1725.9968.39-
YUV139.78171.58179.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 88 (34.77% from 255) = 17.02%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=41.01%
G=17.02%
B=41.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212882170.020.5900.15297.6762.9359.8
HexD458D923B0F12a3f3c
Octal3241303312730174527774
Binary110101001011000110110011011101101111100101010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D458D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D458D9; }

 p { color: rgb(212,88,217); }

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

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

 a { background-color: rgb(212,88,217); }

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

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

 span { border-color: rgb(212,88,217); }

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