Html Css Color HEX #DE2973 Cerise

📋 copy color: '#DE2973'

red 222 ◦ green 41 ◦ blue 115

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

Shades of Cerise #DE2973

Tints of Cerise #DE2973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.85%

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 58.73%
G = 10.85%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE2973 (or 0xDE2973) is known color: Cerise. HEX triplet: DE, 29 and 73. RGB value is (222,41,115). Sum of RGB (Red+Green+Blue) = 222+41+115=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2973 is #21D68C. Grayscale: #676767. Windows color (decimal): -2217613 or 7547358. OLE color: 7547358.

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

Color convert

RGB 222 41 115 -
CMYK 0 0.82 0.48 0.13
HSL 335.47º 0.73% 0.52% -
HSV(B) 335.47º 0.82% 0.87% -
XYZ 34.01 18.35 17.97 -
YUV 103.56 134.47 212.48 -
System Red Green Blue C M Y K H S L
Decimal 222 41 115 0 0.82 0.48 0.13 335.47 0.73 0.52
Hex DE 29 73 0 52 30 D 14F 49 34
Octal 336 51 163 0 122 60 15 517 111 64
Binary 11011110 101001 1110011 0 1010010 110000 1101 101001111 1001001 110100

Color Harmonies of #DE2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2973

Black with #DE2973

Text Example


Text Example

White with #DE2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2973; }

 p { color: rgb(222,41,115); }

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

background-color css

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

 a { background-color: rgb(222,41,115); }

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

border-color css

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

 span { border-color: rgb(222,41,115); }

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