#DC1F7C

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

Shades of Deep Cerise #DC1F7C

Tints of Deep Cerise #DC1F7C

Color information

#DC1F7C (or 0xDC1F7C) is unknown color: approx Deep Cerise. HEX triplet: DC, 1F and 7C. RGB value is (220,31,124). Sum of RGB (Red+Green+Blue) = 220+31+124=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1F7C is #23E083. Grayscale: #616161. Windows color (decimal): -2351236 or 8134620. OLE color: 8134620.

HSL color Cylindrical-coordinate representation of color #DC1F7C: hue angle of 330.48º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1F7C is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB22031124-
CMYK00.860.440.14
HSL330.48º75.3%49.22%-
HSV(B)330.48º85.91%86.27%-
XYZ33.6417.6520.7-
YUV98.11142.62214.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.67%
GREEN value IS 31 (12.5% from 255) = 8.27%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=58.67%
G=8.27%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203112400.860.440.14330.4875.349.22
HexDC1F7C0562CE14a4b31
Octal334371740126541651211361
Binary110111001111111111000101011010110011101010010101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1F7C; }

 p { color: rgb(220,31,124); }

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

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

 a { background-color: rgb(220,31,124); }

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

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

 span { border-color: rgb(220,31,124); }

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