Html Css Color HEX #D447DB Free Speech Magenta

📋 copy color: '#D447DB'

red 212 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #D447DB

Tints of Free Speech Magenta #D447DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 42.23%
G = 14.14%
B = 43.63%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D447DB (or 0xD447DB) is known color: Free Speech Magenta. HEX triplet: D4, 47 and DB. RGB value is (212,71,219). Sum of RGB (Red+Green+Blue) = 212+71+219=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #D447DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447DB is #2BB824. Grayscale: #818181. Windows color (decimal): -2865189 or 14370772. OLE color: 14370772.

HSL color Cylindrical-coordinate representation of color #D447DB: hue angle of 297.16º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D447DB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 71 219 -
CMYK 0.03 0.68 0 0.14
HSL 297.16º 0.67% 0.57% -
HSV(B) 297.16º 0.68% 0.86% -
XYZ 42.19 23.62 69.35 -
YUV 130.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 212 71 219 0.03 0.68 0 0.14 297.16 0.67 0.57
Hex D4 47 DB 3 44 0 E 129 43 39
Octal 324 107 333 3 104 0 16 451 103 71
Binary 11010100 1000111 11011011 11 1000100 0 1110 100101001 1000011 111001

Color Harmonies of #D447DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D447DB

Black with #D447DB

Text Example


Text Example

White with #D447DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D447DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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