Html Css Color HEX #DE2A6C Cerise

📋 copy color: '#DE2A6C'

red 222 ◦ green 42 ◦ blue 108

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

Shades of Cerise #DE2A6C

Tints of Cerise #DE2A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 59.68%
G = 11.29%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE2A6C (or 0xDE2A6C) is known color: Cerise. HEX triplet: DE, 2A and 6C. RGB value is (222,42,108). Sum of RGB (Red+Green+Blue) = 222+42+108=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2A6C is #21D593. Grayscale: #676767. Windows color (decimal): -2217364 or 7088862. OLE color: 7088862.

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

Color convert

RGB 222 42 108 -
CMYK 0 0.81 0.51 0.13
HSL 338º 0.73% 0.52% -
HSV(B) 338º 0.81% 0.87% -
XYZ 33.66 18.27 15.94 -
YUV 103.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 222 42 108 0 0.81 0.51 0.13 338 0.73 0.52
Hex DE 2A 6C 0 51 33 D 152 49 34
Octal 336 52 154 0 121 63 15 522 111 64
Binary 11011110 101010 1101100 0 1010001 110011 1101 101010010 1001001 110100

Color Harmonies of #DE2A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2A6C

Black with #DE2A6C

Text Example


Text Example

White with #DE2A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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