Html Css Color HEX #DE42DB Free Speech Magenta

📋 copy color: '#DE42DB'

red 222 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Magenta #DE42DB

Tints of Free Speech Magenta #DE42DB

RGB

 RED value IS 222 (87.11% from 255) = 43.79%

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

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

R = 43.79%
G = 13.02%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE42DB (or 0xDE42DB) is known color: Free Speech Magenta. HEX triplet: DE, 42 and DB. RGB value is (222,66,219). Sum of RGB (Red+Green+Blue) = 222+66+219=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE42DB is #21BD24. Grayscale: #818181. Windows color (decimal): -2211109 or 14369502. OLE color: 14369502.

HSL color Cylindrical-coordinate representation of color #DE42DB: hue angle of 301.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE42DB is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 66 219 -
CMYK 0 0.70 0.01 0.13
HSL 301.15º 0.7% 0.56% -
HSV(B) 301.15º 0.7% 0.87% -
XYZ 44.86 24.54 69.39 -
YUV 130.09 178.18 193.56 -
System Red Green Blue C M Y K H S L
Decimal 222 66 219 0 0.70 0.01 0.13 301.15 0.7 0.56
Hex DE 42 DB 0 46 1 D 12D 46 38
Octal 336 102 333 0 106 1 15 455 106 70
Binary 11011110 1000010 11011011 0 1000110 1 1101 100101101 1000110 111000

Color Harmonies of #DE42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE42DB

Black with #DE42DB

Text Example


Text Example

White with #DE42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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