Html Css Color HEX #DE2864 Cerise

📋 copy color: '#DE2864'

red 222 ◦ green 40 ◦ blue 100

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

Shades of Cerise #DE2864

Tints of Cerise #DE2864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 61.33%
G = 11.05%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE2864 (or 0xDE2864) is known color: Cerise. HEX triplet: DE, 28 and 64. RGB value is (222,40,100). Sum of RGB (Red+Green+Blue) = 222+40+100=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2864 is #21D79B. Grayscale: #656565. Windows color (decimal): -2217884 or 6564062. OLE color: 6564062.

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

Color convert

RGB 222 40 100 -
CMYK 0 0.82 0.55 0.13
HSL 340.22º 0.73% 0.51% -
HSV(B) 340.22º 0.82% 0.87% -
XYZ 33.18 17.97 13.78 -
YUV 101.26 127.3 214.12 -
System Red Green Blue C M Y K H S L
Decimal 222 40 100 0 0.82 0.55 0.13 340.22 0.73 0.51
Hex DE 28 64 0 52 37 D 154 49 33
Octal 336 50 144 0 122 67 15 524 111 63
Binary 11011110 101000 1100100 0 1010010 110111 1101 101010100 1001001 110011

Color Harmonies of #DE2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2864

Black with #DE2864

Text Example


Text Example

White with #DE2864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2864; }

 p { color: rgb(222,40,100); }

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

background-color css

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

 a { background-color: rgb(222,40,100); }

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

border-color css

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

 span { border-color: rgb(222,40,100); }

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