Html Css Color HEX #DE2971 Cerise

📋 copy color: '#DE2971'

red 222 ◦ green 41 ◦ blue 113

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

Shades of Cerise #DE2971

Tints of Cerise #DE2971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 59.04%
G = 10.9%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE2971 (or 0xDE2971) is known color: Cerise. HEX triplet: DE, 29 and 71. RGB value is (222,41,113). Sum of RGB (Red+Green+Blue) = 222+41+113=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2971 is #21D68E. Grayscale: #676767. Windows color (decimal): -2217615 or 7416286. OLE color: 7416286.

HSL color Cylindrical-coordinate representation of color #DE2971: hue angle of 336.13º 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 #DE2971 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 41 113 -
CMYK 0 0.82 0.49 0.13
HSL 336.13º 0.73% 0.52% -
HSV(B) 336.13º 0.82% 0.87% -
XYZ 33.9 18.31 17.37 -
YUV 103.33 133.47 212.65 -
System Red Green Blue C M Y K H S L
Decimal 222 41 113 0 0.82 0.49 0.13 336.13 0.73 0.52
Hex DE 29 71 0 52 31 D 150 49 34
Octal 336 51 161 0 122 61 15 520 111 64
Binary 11011110 101001 1110001 0 1010010 110001 1101 101010000 1001001 110100

Color Harmonies of #DE2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2971

Black with #DE2971

Text Example


Text Example

White with #DE2971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2971; }

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

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

background-color css

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

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

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

border-color css

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

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

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