Html Css Color HEX #DE2188 Deep Cerise

📋 copy color: '#DE2188'

red 222 ◦ green 33 ◦ blue 136

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

Shades of Deep Cerise #DE2188

Tints of Deep Cerise #DE2188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.44%

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 56.78%
G = 8.44%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE2188 (or 0xDE2188) is known color: Deep Cerise. HEX triplet: DE, 21 and 88. RGB value is (222,33,136). Sum of RGB (Red+Green+Blue) = 222+33+136=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2188 is #21DE77. Grayscale: #656565. Windows color (decimal): -2219640 or 8921566. OLE color: 8921566.

HSL color Cylindrical-coordinate representation of color #DE2188: hue angle of 327.3º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2188 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 33 136 -
CMYK 0 0.85 0.39 0.13
HSL 327.3º 0.74% 0.5% -
HSV(B) 327.3º 0.85% 0.87% -
XYZ 35.11 18.39 24.99 -
YUV 101.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 222 33 136 0 0.85 0.39 0.13 327.3 0.74 0.5
Hex DE 21 88 0 55 27 D 147 4A 32
Octal 336 41 210 0 125 47 15 507 112 62
Binary 11011110 100001 10001000 0 1010101 100111 1101 101000111 1001010 110010

Color Harmonies of #DE2188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2188

Black with #DE2188

Text Example


Text Example

White with #DE2188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2188; }

 p { color: rgb(222,33,136); }

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

background-color css

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

 a { background-color: rgb(222,33,136); }

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

border-color css

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

 span { border-color: rgb(222,33,136); }

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