Html Css Color HEX #DE2B63 Cerise

📋 copy color: '#DE2B63'

red 222 ◦ green 43 ◦ blue 99

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

Shades of Cerise #DE2B63

Tints of Cerise #DE2B63

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.81%

 BLUE value IS 99 (39.06% from 255) = 27.2%

R = 60.99%
G = 11.81%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE2B63 (or 0xDE2B63) is known color: Cerise. HEX triplet: DE, 2B and 63. RGB value is (222,43,99). Sum of RGB (Red+Green+Blue) = 222+43+99=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2B63 is #21D49C. Grayscale: #666666. Windows color (decimal): -2217117 or 6499294. OLE color: 6499294.

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

Color convert

RGB 222 43 99 -
CMYK 0 0.81 0.55 0.13
HSL 341.23º 0.73% 0.52% -
HSV(B) 341.23º 0.81% 0.87% -
XYZ 33.24 18.16 13.56 -
YUV 102.91 125.8 212.95 -
System Red Green Blue C M Y K H S L
Decimal 222 43 99 0 0.81 0.55 0.13 341.23 0.73 0.52
Hex DE 2B 63 0 51 37 D 155 49 34
Octal 336 53 143 0 121 67 15 525 111 64
Binary 11011110 101011 1100011 0 1010001 110111 1101 101010101 1001001 110100

Color Harmonies of #DE2B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2B63

Black with #DE2B63

Text Example


Text Example

White with #DE2B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2B63; }

 p { color: rgb(222,43,99); }

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

background-color css

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

 a { background-color: rgb(222,43,99); }

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

border-color css

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

 span { border-color: rgb(222,43,99); }

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