Html Css Color HEX #D449DB Free Speech Magenta

📋 copy color: '#D449DB'

red 212 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #D449DB

Tints of Free Speech Magenta #D449DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.48%

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

R = 42.06%
G = 14.48%
B = 43.45%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D449DB (or 0xD449DB) is known color: Free Speech Magenta. HEX triplet: D4, 49 and DB. RGB value is (212,73,219). Sum of RGB (Red+Green+Blue) = 212+73+219=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #D449DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449DB is #2BB624. Grayscale: #828282. Windows color (decimal): -2864677 or 14371284. OLE color: 14371284.

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

Color convert

RGB 212 73 219 -
CMYK 0.03 0.67 0 0.14
HSL 297.12º 0.67% 0.57% -
HSV(B) 297.12º 0.67% 0.86% -
XYZ 42.32 23.88 69.4 -
YUV 131.21 177.55 185.63 -
System Red Green Blue C M Y K H S L
Decimal 212 73 219 0.03 0.67 0 0.14 297.12 0.67 0.57
Hex D4 49 DB 3 43 0 E 129 43 39
Octal 324 111 333 3 103 0 16 451 103 71
Binary 11010100 1001001 11011011 11 1000011 0 1110 100101001 1000011 111001

Color Harmonies of #D449DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D449DB

Black with #D449DB

Text Example


Text Example

White with #D449DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D449DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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