Html Css Color HEX #D459DD Free Speech Magenta

📋 copy color: '#D459DD'

red 212 ◦ green 89 ◦ blue 221

#D459DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D459DD

Tints of Free Speech Magenta #D459DD

RGB

 RED value IS 212 (83.2% from 255) = 40.61%

 GREEN value IS 89 (35.16% from 255) = 17.05%

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 40.61%
G = 17.05%
B = 42.34%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D459DD (or 0xD459DD) is known color: Free Speech Magenta. HEX triplet: D4, 59 and DD. RGB value is (212,89,221). Sum of RGB (Red+Green+Blue) = 212+89+221=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #D459DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D459DD is #2BA622. Grayscale: #8C8C8C. Windows color (decimal): -2860579 or 14506452. OLE color: 14506452.

HSL color Cylindrical-coordinate representation of color #D459DD: hue angle of 295.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D459DD is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 89 221 -
CMYK 0.04 0.60 0 0.13
HSL 295.91º 0.66% 0.61% -
HSV(B) 295.91º 0.6% 0.87% -
XYZ 43.77 26.36 71.19 -
YUV 140.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 212 89 221 0.04 0.60 0 0.13 295.91 0.66 0.61
Hex D4 59 DD 4 3C 0 D 128 42 3D
Octal 324 131 335 4 74 0 15 450 102 75
Binary 11010100 1011001 11011101 100 111100 0 1101 100101000 1000010 111101

Color Harmonies of #D459DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D459DD

Black with #D459DD

Text Example


Text Example

White with #D459DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D459DD; }

 p { color: rgb(212,89,221); }

 H1.HeaderClassName
 {
   color: #D459DD;
 }
 .AnyTagClassName
 {
   color: #D459DD;
 }
</style>

background-color css

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

 a { background-color: rgb(212,89,221); }

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

border-color css

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

 span { border-color: rgb(212,89,221); }

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