#DF327E

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

Shades of Deep Cerise #DF327E

Tints of Deep Cerise #DF327E

Color information

#DF327E (or 0xDF327E) is unknown color: approx Deep Cerise. HEX triplet: DF, 32 and 7E. RGB value is (223,50,126). Sum of RGB (Red+Green+Blue) = 223+50+126=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF327E is #20CD81. Grayscale: #6E6E6E. Windows color (decimal): -2149762 or 8270559. OLE color: 8270559.

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

Color convert

RGB22350126-
CMYK00.780.430.13
HSL333.64º73%53.53%-
HSV(B)333.64º77.58%87.45%-
XYZ35.3419.4821.64-
YUV110.39136.81208.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.89%
GREEN value IS 50 (19.92% from 255) = 12.53%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=55.89%
G=12.53%
B=31.58%

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
Decimal2235012600.780.430.13333.647353.53
HexDF327E04E2BD14e4936
Octal337621760116531551611166
Binary1101111111001011111100100111010101111011010011101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF327E; }

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

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

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

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

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

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

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

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