Html Css Color HEX #DE327F Deep Cerise

📋 copy color: '#DE327F'

red 222 ◦ green 50 ◦ blue 127

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

Shades of Deep Cerise #DE327F

Tints of Deep Cerise #DE327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.53%

 BLUE value IS 127 (50% from 255) = 31.83%

R = 55.64%
G = 12.53%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE327F (or 0xDE327F) is known color: Deep Cerise. HEX triplet: DE, 32 and 7F. RGB value is (222,50,127). Sum of RGB (Red+Green+Blue) = 222+50+127=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE327F is #21CD80. Grayscale: #6E6E6E. Windows color (decimal): -2215297 or 8336094. OLE color: 8336094.

HSL color Cylindrical-coordinate representation of color #DE327F: hue angle of 333.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE327F is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 50 127 -
CMYK 0 0.77 0.43 0.13
HSL 333.14º 0.72% 0.53% -
HSV(B) 333.14º 0.77% 0.87% -
XYZ 35.1 19.34 21.96 -
YUV 110.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 222 50 127 0 0.77 0.43 0.13 333.14 0.72 0.53
Hex DE 32 7F 0 4D 2B D 14D 48 35
Octal 336 62 177 0 115 53 15 515 110 65
Binary 11011110 110010 1111111 0 1001101 101011 1101 101001101 1001000 110101

Color Harmonies of #DE327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE327F

Black with #DE327F

Text Example


Text Example

White with #DE327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE327F; }

 p { color: rgb(222,50,127); }

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

background-color css

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

 a { background-color: rgb(222,50,127); }

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

border-color css

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

 span { border-color: rgb(222,50,127); }

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