#dc349d

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

Shades of Deep Cerise #DC349D

Tints of Deep Cerise #DC349D

Color information

#DC349D (or 0xDC349D) is unknown color: approx Deep Cerise. HEX triplet: DC, 34 and 9D. RGB value is (220,52,157). Sum of RGB (Red+Green+Blue) = 220+52+157=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC349D is #23CB62. Grayscale: #717171. Windows color (decimal): -2345827 or 10302684. OLE color: 10302684.

HSL color Cylindrical-coordinate representation of color #DC349D: hue angle of 322.5º 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 #DC349D is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB22052157-
CMYK00.760.290.14
HSL322.5º70.59%53.33%-
HSV(B)322.5º76.36%86.27%-
XYZ36.8320.1133.84-
YUV114.2152.16203.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.28%
GREEN value IS 52 (20.70% from 255) = 12.12%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=51.28%
G=12.12%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205215700.760.290.14322.570.5953.33
HexDC349D04C1DE1424735
Octal334642350114351650210765
Binary1101110011010010011101010011001110111101010000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc349d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc349d; }

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

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

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

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

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

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

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

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