Html Css Color HEX #DE2A6A Cerise

📋 copy color: '#DE2A6A'

red 222 ◦ green 42 ◦ blue 106

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

Shades of Cerise #DE2A6A

Tints of Cerise #DE2A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.65%

R = 60%
G = 11.35%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE2A6A (or 0xDE2A6A) is known color: Cerise. HEX triplet: DE, 2A and 6A. RGB value is (222,42,106). Sum of RGB (Red+Green+Blue) = 222+42+106=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2A6A is #21D595. Grayscale: #676767. Windows color (decimal): -2217366 or 6957790. OLE color: 6957790.

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

Color convert

RGB 222 42 106 -
CMYK 0 0.81 0.52 0.13
HSL 338.67º 0.73% 0.52% -
HSV(B) 338.67º 0.81% 0.87% -
XYZ 33.55 18.23 15.39 -
YUV 103.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 222 42 106 0 0.81 0.52 0.13 338.67 0.73 0.52
Hex DE 2A 6A 0 51 34 D 153 49 34
Octal 336 52 152 0 121 64 15 523 111 64
Binary 11011110 101010 1101010 0 1010001 110100 1101 101010011 1001001 110100

Color Harmonies of #DE2A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2A6A

Black with #DE2A6A

Text Example


Text Example

White with #DE2A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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