Html Css Color HEX #DE28A1 Deep Cerise

📋 copy color: '#DE28A1'

red 222 ◦ green 40 ◦ blue 161

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

Shades of Deep Cerise #DE28A1

Tints of Deep Cerise #DE28A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.06%

R = 52.48%
G = 9.46%
B = 38.06%

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

#DE28A1 (or 0xDE28A1) is known color: Deep Cerise. HEX triplet: DE, 28 and A1. RGB value is (222,40,161). Sum of RGB (Red+Green+Blue) = 222+40+161=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE28A1 is #21D75E. Grayscale: #6B6B6B. Windows color (decimal): -2217823 or 10561758. OLE color: 10561758.

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

Color convert

RGB 222 40 161 -
CMYK 0 0.82 0.27 0.13
HSL 320.11º 0.73% 0.51% -
HSV(B) 320.11º 0.82% 0.87% -
XYZ 37.32 19.62 35.54 -
YUV 108.21 157.8 209.16 -
System Red Green Blue C M Y K H S L
Decimal 222 40 161 0 0.82 0.27 0.13 320.11 0.73 0.51
Hex DE 28 A1 0 52 1B D 140 49 33
Octal 336 50 241 0 122 33 15 500 111 63
Binary 11011110 101000 10100001 0 1010010 11011 1101 101000000 1001001 110011

Color Harmonies of #DE28A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE28A1

Black with #DE28A1

Text Example


Text Example

White with #DE28A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE28A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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