Html Css Color HEX #DE2E70 Cerise

📋 copy color: '#DE2E70'

red 222 ◦ green 46 ◦ blue 112

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

Shades of Cerise #DE2E70

Tints of Cerise #DE2E70

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.11%

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

R = 58.42%
G = 12.11%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE2E70 (or 0xDE2E70) is known color: Cerise. HEX triplet: DE, 2E and 70. RGB value is (222,46,112). Sum of RGB (Red+Green+Blue) = 222+46+112=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2E70 is #21D18F. Grayscale: #6A6A6A. Windows color (decimal): -2216336 or 7352030. OLE color: 7352030.

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

Color convert

RGB 222 46 112 -
CMYK 0 0.79 0.50 0.13
HSL 337.5º 0.73% 0.53% -
HSV(B) 337.5º 0.79% 0.87% -
XYZ 34.03 18.65 17.14 -
YUV 106.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 222 46 112 0 0.79 0.50 0.13 337.5 0.73 0.53
Hex DE 2E 70 0 4F 32 D 152 49 35
Octal 336 56 160 0 117 62 15 522 111 65
Binary 11011110 101110 1110000 0 1001111 110010 1101 101010010 1001001 110101

Color Harmonies of #DE2E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2E70

Black with #DE2E70

Text Example


Text Example

White with #DE2E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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