#DF327F

Color #DF327F Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DF327F

Tints of Deep Cerise #DF327F

Color information

#DF327F (or 0xDF327F) is unknown color: approx Deep Cerise. HEX triplet: DF, 32 and 7F. RGB value is (223,50,127). Sum of RGB (Red+Green+Blue) = 223+50+127=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF327F is #20CD80. Grayscale: #6E6E6E. Windows color (decimal): -2149761 or 8336095. OLE color: 8336095.

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

Color convert

RGB22350127-
CMYK00.780.430.13
HSL333.29º73%53.53%-
HSV(B)333.29º77.58%87.45%-
XYZ35.419.521.98-
YUV110.5137.31208.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.75%
GREEN value IS 50 (19.92% from 255) = 12.5%
BLUE value IS 127 (50% from 255) = 31.75%
R=55.75%
G=12.5%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235012700.780.430.13333.297353.53
HexDF327F04E2BD14d4936
Octal337621770116531551511166
Binary1101111111001011111110100111010101111011010011011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF327F; }

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

 H1.HeaderClassName
 {
   color: #DF327F;
 }
 .AnyTagClassName
 {
   color: #DF327F;
 }
</style>
background-color css

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

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

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

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

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

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