Html Css Color HEX #DE3370 Cerise

📋 copy color: '#DE3370'

red 222 ◦ green 51 ◦ blue 112

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

Shades of Cerise #DE3370

Tints of Cerise #DE3370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.25%

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

R = 57.66%
G = 13.25%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE3370 (or 0xDE3370) is known color: Cerise. HEX triplet: DE, 33 and 70. RGB value is (222,51,112). Sum of RGB (Red+Green+Blue) = 222+51+112=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3370 is #21CC8F. Grayscale: #6D6D6D. Windows color (decimal): -2215056 or 7353310. OLE color: 7353310.

HSL color Cylindrical-coordinate representation of color #DE3370: hue angle of 338.6º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3370 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 51 112 -
CMYK 0 0.77 0.50 0.13
HSL 338.6º 0.72% 0.54% -
HSV(B) 338.6º 0.77% 0.87% -
XYZ 34.23 19.07 17.21 -
YUV 109.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 222 51 112 0 0.77 0.50 0.13 338.6 0.72 0.54
Hex DE 33 70 0 4D 32 D 153 48 36
Octal 336 63 160 0 115 62 15 523 110 66
Binary 11011110 110011 1110000 0 1001101 110010 1101 101010011 1001000 110110

Color Harmonies of #DE3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3370

Black with #DE3370

Text Example


Text Example

White with #DE3370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3370; }

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

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

background-color css

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

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

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

border-color css

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

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

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