Html Css Color HEX #DE2172 Cerise

📋 copy color: '#DE2172'

red 222 ◦ green 33 ◦ blue 114

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

Shades of Cerise #DE2172

Tints of Cerise #DE2172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 60.16%
G = 8.94%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE2172 (or 0xDE2172) is known color: Cerise. HEX triplet: DE, 21 and 72. RGB value is (222,33,114). Sum of RGB (Red+Green+Blue) = 222+33+114=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2172 is #21DE8D. Grayscale: #626262. Windows color (decimal): -2219662 or 7479774. OLE color: 7479774.

HSL color Cylindrical-coordinate representation of color #DE2172: hue angle of 334.29º 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 #DE2172 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 33 114 -
CMYK 0 0.85 0.49 0.13
HSL 334.29º 0.74% 0.5% -
HSV(B) 334.29º 0.85% 0.87% -
XYZ 33.71 17.83 17.59 -
YUV 98.75 136.62 215.91 -
System Red Green Blue C M Y K H S L
Decimal 222 33 114 0 0.85 0.49 0.13 334.29 0.74 0.5
Hex DE 21 72 0 55 31 D 14E 4A 32
Octal 336 41 162 0 125 61 15 516 112 62
Binary 11011110 100001 1110010 0 1010101 110001 1101 101001110 1001010 110010

Color Harmonies of #DE2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2172

Black with #DE2172

Text Example


Text Example

White with #DE2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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