#DC347D

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

Shades of Deep Cerise #DC347D

Tints of Deep Cerise #DC347D

Color information

#DC347D (or 0xDC347D) is unknown color: approx Deep Cerise. HEX triplet: DC, 34 and 7D. RGB value is (220,52,125). Sum of RGB (Red+Green+Blue) = 220+52+125=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC347D is #23CB82. Grayscale: #6E6E6E. Windows color (decimal): -2345859 or 8205532. OLE color: 8205532.

HSL color Cylindrical-coordinate representation of color #DC347D: hue angle of 333.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC347D is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB22052125-
CMYK00.760.430.14
HSL333.93º70.59%53.33%-
HSV(B)333.93º76.36%86.27%-
XYZ34.4419.1521.28-
YUV110.55136.16206.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.42%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=55.42%
G=13.10%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205212500.760.430.14333.9370.5953.33
HexDC347D04C2BE14e4735
Octal334641750114531651610765
Binary1101110011010011111010100110010101111101010011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC347D; }

 p { color: rgb(220,52,125); }

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

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

 a { background-color: rgb(220,52,125); }

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

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

 span { border-color: rgb(220,52,125); }

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