Html Css Color HEX #DE27A2 Deep Cerise

📋 copy color: '#DE27A2'

red 222 ◦ green 39 ◦ blue 162

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

Shades of Deep Cerise #DE27A2

Tints of Deep Cerise #DE27A2

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.22%

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

R = 52.48%
G = 9.22%
B = 38.3%

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

#DE27A2 (or 0xDE27A2) is known color: Deep Cerise. HEX triplet: DE, 27 and A2. RGB value is (222,39,162). Sum of RGB (Red+Green+Blue) = 222+39+162=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE27A2 is #21D85D. Grayscale: #6B6B6B. Windows color (decimal): -2218078 or 10627038. OLE color: 10627038.

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

Color convert

RGB 222 39 162 -
CMYK 0 0.82 0.27 0.13
HSL 319.67º 0.73% 0.51% -
HSV(B) 319.67º 0.82% 0.87% -
XYZ 37.37 19.59 35.99 -
YUV 107.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 222 39 162 0 0.82 0.27 0.13 319.67 0.73 0.51
Hex DE 27 A2 0 52 1B D 140 49 33
Octal 336 47 242 0 122 33 15 500 111 63
Binary 11011110 100111 10100010 0 1010010 11011 1101 101000000 1001001 110011

Color Harmonies of #DE27A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE27A2

Black with #DE27A2

Text Example


Text Example

White with #DE27A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE27A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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