Html Css Color HEX #DE4DDB Free Speech Magenta

📋 copy color: '#DE4DDB'

red 222 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #DE4DDB

Tints of Free Speech Magenta #DE4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.86%

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

R = 42.86%
G = 14.86%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE4DDB (or 0xDE4DDB) is known color: Free Speech Magenta. HEX triplet: DE, 4D and DB. RGB value is (222,77,219). Sum of RGB (Red+Green+Blue) = 222+77+219=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4DDB is #21B224. Grayscale: #888888. Windows color (decimal): -2208293 or 14372318. OLE color: 14372318.

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

Color convert

RGB 222 77 219 -
CMYK 0 0.65 0.01 0.13
HSL 301.24º 0.69% 0.59% -
HSV(B) 301.24º 0.65% 0.87% -
XYZ 45.56 25.95 69.63 -
YUV 136.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 222 77 219 0 0.65 0.01 0.13 301.24 0.69 0.59
Hex DE 4D DB 0 41 1 D 12D 45 3B
Octal 336 115 333 0 101 1 15 455 105 73
Binary 11011110 1001101 11011011 0 1000001 1 1101 100101101 1000101 111011

Color Harmonies of #DE4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4DDB

Black with #DE4DDB

Text Example


Text Example

White with #DE4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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