Html Css Color HEX #D442DB Free Speech Magenta

📋 copy color: '#D442DB'

red 212 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Magenta #D442DB

Tints of Free Speech Magenta #D442DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.28%

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

R = 42.66%
G = 13.28%
B = 44.06%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D442DB (or 0xD442DB) is known color: Free Speech Magenta. HEX triplet: D4, 42 and DB. RGB value is (212,66,219). Sum of RGB (Red+Green+Blue) = 212+66+219=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #D442DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442DB is #2BBD24. Grayscale: #7E7E7E. Windows color (decimal): -2866469 or 14369492. OLE color: 14369492.

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

Color convert

RGB 212 66 219 -
CMYK 0.03 0.70 0 0.14
HSL 297.25º 0.68% 0.56% -
HSV(B) 297.25º 0.7% 0.86% -
XYZ 41.89 23.01 69.25 -
YUV 127.1 179.87 188.56 -
System Red Green Blue C M Y K H S L
Decimal 212 66 219 0.03 0.70 0 0.14 297.25 0.68 0.56
Hex D4 42 DB 3 46 0 E 129 44 38
Octal 324 102 333 3 106 0 16 451 104 70
Binary 11010100 1000010 11011011 11 1000110 0 1110 100101001 1000100 111000

Color Harmonies of #D442DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442DB

Black with #D442DB

Text Example


Text Example

White with #D442DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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