Html Css Color HEX #DE28A2 Deep Cerise

📋 copy color: '#DE28A2'

red 222 ◦ green 40 ◦ blue 162

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

Shades of Deep Cerise #DE28A2

Tints of Deep Cerise #DE28A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 52.36%
G = 9.43%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE28A2 (or 0xDE28A2) is known color: Deep Cerise. HEX triplet: DE, 28 and A2. RGB value is (222,40,162). Sum of RGB (Red+Green+Blue) = 222+40+162=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE28A2 is #21D75D. Grayscale: #6C6C6C. Windows color (decimal): -2217822 or 10627294. OLE color: 10627294.

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

Color convert

RGB 222 40 162 -
CMYK 0 0.82 0.27 0.13
HSL 319.78º 0.73% 0.51% -
HSV(B) 319.78º 0.82% 0.87% -
XYZ 37.4 19.66 36 -
YUV 108.33 158.3 209.08 -
System Red Green Blue C M Y K H S L
Decimal 222 40 162 0 0.82 0.27 0.13 319.78 0.73 0.51
Hex DE 28 A2 0 52 1B D 140 49 33
Octal 336 50 242 0 122 33 15 500 111 63
Binary 11011110 101000 10100010 0 1010010 11011 1101 101000000 1001001 110011

Color Harmonies of #DE28A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE28A2

Black with #DE28A2

Text Example


Text Example

White with #DE28A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE28A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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