Html Css Color HEX #DE2A63 Cerise

📋 copy color: '#DE2A63'

red 222 ◦ green 42 ◦ blue 99

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

Shades of Cerise #DE2A63

Tints of Cerise #DE2A63

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.57%

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

R = 61.16%
G = 11.57%
B = 27.27%

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

#DE2A63 (or 0xDE2A63) is known color: Cerise. HEX triplet: DE, 2A and 63. RGB value is (222,42,99). Sum of RGB (Red+Green+Blue) = 222+42+99=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2A63 is #21D59C. Grayscale: #666666. Windows color (decimal): -2217373 or 6499038. OLE color: 6499038.

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

Color convert

RGB 222 42 99 -
CMYK 0 0.81 0.55 0.13
HSL 341º 0.73% 0.52% -
HSV(B) 341º 0.81% 0.87% -
XYZ 33.2 18.09 13.55 -
YUV 102.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 222 42 99 0 0.81 0.55 0.13 341 0.73 0.52
Hex DE 2A 63 0 51 37 D 155 49 34
Octal 336 52 143 0 121 67 15 525 111 64
Binary 11011110 101010 1100011 0 1010001 110111 1101 101010101 1001001 110100

Color Harmonies of #DE2A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2A63

Black with #DE2A63

Text Example


Text Example

White with #DE2A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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