Html Css Color HEX #DE2961 Cerise

📋 copy color: '#DE2961'

red 222 ◦ green 41 ◦ blue 97

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

Shades of Cerise #DE2961

Tints of Cerise #DE2961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.94%

R = 61.67%
G = 11.39%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE2961 (or 0xDE2961) is known color: Cerise. HEX triplet: DE, 29 and 61. RGB value is (222,41,97). Sum of RGB (Red+Green+Blue) = 222+41+97=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2961 is #21D69E. Grayscale: #656565. Windows color (decimal): -2217631 or 6367710. OLE color: 6367710.

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

Color convert

RGB 222 41 97 -
CMYK 0 0.82 0.56 0.13
HSL 341.44º 0.73% 0.52% -
HSV(B) 341.44º 0.82% 0.87% -
XYZ 33.07 17.98 13.04 -
YUV 101.5 125.47 213.95 -
System Red Green Blue C M Y K H S L
Decimal 222 41 97 0 0.82 0.56 0.13 341.44 0.73 0.52
Hex DE 29 61 0 52 38 D 155 49 34
Octal 336 51 141 0 122 70 15 525 111 64
Binary 11011110 101001 1100001 0 1010010 111000 1101 101010101 1001001 110100

Color Harmonies of #DE2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2961

Black with #DE2961

Text Example


Text Example

White with #DE2961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2961; }

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

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

background-color css

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

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

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

border-color css

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

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

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