Html Css Color HEX #DE2670 Cerise

📋 copy color: '#DE2670'

red 222 ◦ green 38 ◦ blue 112

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

Shades of Cerise #DE2670

Tints of Cerise #DE2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.22%

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

R = 59.68%
G = 10.22%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE2670 (or 0xDE2670) is known color: Cerise. HEX triplet: DE, 26 and 70. RGB value is (222,38,112). Sum of RGB (Red+Green+Blue) = 222+38+112=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2670 is #21D98F. Grayscale: #656565. Windows color (decimal): -2218384 or 7349982. OLE color: 7349982.

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

Color convert

RGB 222 38 112 -
CMYK 0 0.83 0.50 0.13
HSL 335.87º 0.74% 0.51% -
HSV(B) 335.87º 0.83% 0.87% -
XYZ 33.74 18.09 17.04 -
YUV 101.45 133.96 213.98 -
System Red Green Blue C M Y K H S L
Decimal 222 38 112 0 0.83 0.50 0.13 335.87 0.74 0.51
Hex DE 26 70 0 53 32 D 150 4A 33
Octal 336 46 160 0 123 62 15 520 112 63
Binary 11011110 100110 1110000 0 1010011 110010 1101 101010000 1001010 110011

Color Harmonies of #DE2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2670

Black with #DE2670

Text Example


Text Example

White with #DE2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2670; }

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

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

background-color css

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

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

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

border-color css

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

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

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