Html Css Color HEX #DE2170 Cerise

📋 copy color: '#DE2170'

red 222 ◦ green 33 ◦ blue 112

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

Shades of Cerise #DE2170

Tints of Cerise #DE2170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 60.49%
G = 8.99%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE2170 (or 0xDE2170) is known color: Cerise. HEX triplet: DE, 21 and 70. RGB value is (222,33,112). Sum of RGB (Red+Green+Blue) = 222+33+112=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2170 is #21DE8F. Grayscale: #626262. Windows color (decimal): -2219664 or 7348702. OLE color: 7348702.

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

Color convert

RGB 222 33 112 -
CMYK 0 0.85 0.50 0.13
HSL 334.92º 0.74% 0.5% -
HSV(B) 334.92º 0.85% 0.87% -
XYZ 33.59 17.79 16.99 -
YUV 98.52 135.62 216.08 -
System Red Green Blue C M Y K H S L
Decimal 222 33 112 0 0.85 0.50 0.13 334.92 0.74 0.5
Hex DE 21 70 0 55 32 D 14F 4A 32
Octal 336 41 160 0 125 62 15 517 112 62
Binary 11011110 100001 1110000 0 1010101 110010 1101 101001111 1001010 110010

Color Harmonies of #DE2170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2170

Black with #DE2170

Text Example


Text Example

White with #DE2170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2170; }

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

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

background-color css

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

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

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

border-color css

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

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

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