Html Css Color HEX #DE2A72 Cerise

📋 copy color: '#DE2A72'

red 222 ◦ green 42 ◦ blue 114

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

Shades of Cerise #DE2A72

Tints of Cerise #DE2A72

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.11%

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

R = 58.73%
G = 11.11%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE2A72 (or 0xDE2A72) is known color: Cerise. HEX triplet: DE, 2A and 72. RGB value is (222,42,114). Sum of RGB (Red+Green+Blue) = 222+42+114=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2A72 is #21D58D. Grayscale: #676767. Windows color (decimal): -2217358 or 7482078. OLE color: 7482078.

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

Color convert

RGB 222 42 114 -
CMYK 0 0.81 0.49 0.13
HSL 336º 0.73% 0.52% -
HSV(B) 336º 0.81% 0.87% -
XYZ 33.99 18.4 17.68 -
YUV 104.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 222 42 114 0 0.81 0.49 0.13 336 0.73 0.52
Hex DE 2A 72 0 51 31 D 150 49 34
Octal 336 52 162 0 121 61 15 520 111 64
Binary 11011110 101010 1110010 0 1010001 110001 1101 101010000 1001001 110100

Color Harmonies of #DE2A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2A72

Black with #DE2A72

Text Example


Text Example

White with #DE2A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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