Html Css Color HEX #D447DD Free Speech Magenta

📋 copy color: '#D447DD'

red 212 ◦ green 71 ◦ blue 221

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

Shades of Free Speech Magenta #D447DD

Tints of Free Speech Magenta #D447DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.09%

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

R = 42.06%
G = 14.09%
B = 43.85%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D447DD (or 0xD447DD) is known color: Free Speech Magenta. HEX triplet: D4, 47 and DD. RGB value is (212,71,221). Sum of RGB (Red+Green+Blue) = 212+71+221=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #D447DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447DD is #2BB822. Grayscale: #818181. Windows color (decimal): -2865187 or 14501844. OLE color: 14501844.

HSL color Cylindrical-coordinate representation of color #D447DD: hue angle of 296.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D447DD is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 71 221 -
CMYK 0.04 0.68 0 0.13
HSL 296.4º 0.69% 0.57% -
HSV(B) 296.4º 0.68% 0.87% -
XYZ 42.46 23.72 70.75 -
YUV 130.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 212 71 221 0.04 0.68 0 0.13 296.4 0.69 0.57
Hex D4 47 DD 4 44 0 D 128 45 39
Octal 324 107 335 4 104 0 15 450 105 71
Binary 11010100 1000111 11011101 100 1000100 0 1101 100101000 1000101 111001

Color Harmonies of #D447DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D447DD

Black with #D447DD

Text Example


Text Example

White with #D447DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D447DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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