Html Css Color HEX #DE27A1 Deep Cerise

📋 copy color: '#DE27A1'

red 222 ◦ green 39 ◦ blue 161

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

Shades of Deep Cerise #DE27A1

Tints of Deep Cerise #DE27A1

RGB

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

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

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

R = 52.61%
G = 9.24%
B = 38.15%

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

#DE27A1 (or 0xDE27A1) is known color: Deep Cerise. HEX triplet: DE, 27 and A1. RGB value is (222,39,161). Sum of RGB (Red+Green+Blue) = 222+39+161=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE27A1 is #21D85E. Grayscale: #6B6B6B. Windows color (decimal): -2218079 or 10561502. OLE color: 10561502.

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

Color convert

RGB 222 39 161 -
CMYK 0 0.82 0.27 0.13
HSL 320º 0.73% 0.51% -
HSV(B) 320º 0.82% 0.87% -
XYZ 37.28 19.55 35.53 -
YUV 107.63 158.13 209.58 -
System Red Green Blue C M Y K H S L
Decimal 222 39 161 0 0.82 0.27 0.13 320 0.73 0.51
Hex DE 27 A1 0 52 1B D 140 49 33
Octal 336 47 241 0 122 33 15 500 111 63
Binary 11011110 100111 10100001 0 1010010 11011 1101 101000000 1001001 110011

Color Harmonies of #DE27A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE27A1

Black with #DE27A1

Text Example


Text Example

White with #DE27A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE27A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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