Html Css Color HEX #DE2862 Cerise

📋 copy color: '#DE2862'

red 222 ◦ green 40 ◦ blue 98

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

Shades of Cerise #DE2862

Tints of Cerise #DE2862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.22%

R = 61.67%
G = 11.11%
B = 27.22%

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

#DE2862 (or 0xDE2862) is known color: Cerise. HEX triplet: DE, 28 and 62. RGB value is (222,40,98). Sum of RGB (Red+Green+Blue) = 222+40+98=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2862 is #21D79D. Grayscale: #646464. Windows color (decimal): -2217886 or 6432990. OLE color: 6432990.

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

Color convert

RGB 222 40 98 -
CMYK 0 0.82 0.56 0.13
HSL 340.88º 0.73% 0.51% -
HSV(B) 340.88º 0.82% 0.87% -
XYZ 33.09 17.93 13.27 -
YUV 101.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 222 40 98 0 0.82 0.56 0.13 340.88 0.73 0.51
Hex DE 28 62 0 52 38 D 155 49 33
Octal 336 50 142 0 122 70 15 525 111 63
Binary 11011110 101000 1100010 0 1010010 111000 1101 101010101 1001001 110011

Color Harmonies of #DE2862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2862

Black with #DE2862

Text Example


Text Example

White with #DE2862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2862; }

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

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

background-color css

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

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

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

border-color css

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

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

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