#dc3a5b

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

Shades of Cerise #DC3A5B

Tints of Cerise #DC3A5B

Color information

#DC3A5B (or 0xDC3A5B) is unknown color: approx Cerise. HEX triplet: DC, 3A and 5B. RGB value is (220,58,91). Sum of RGB (Red+Green+Blue) = 220+58+91=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A5B is #23C5A4. Grayscale: #6E6E6E. Windows color (decimal): -2344357 or 5978844. OLE color: 5978844.

HSL color Cylindrical-coordinate representation of color #DC3A5B: hue angle of 347.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3A5B is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB2205891-
CMYK00.740.590.14
HSL347.78º69.83%54.51%-
HSV(B)347.78º73.64%86.27%-
XYZ32.921911.83-
YUV110.2117.17206.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.62%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=59.62%
G=15.72%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220589100.740.590.14347.7869.8354.51
HexDC3A5B04A3BE15c4637
Octal334721330112731653410667
Binary1101110011101010110110100101011101111101010111001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc3a5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc3a5b; }

 p { color: rgb(220,58,91); }

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

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

 a { background-color: rgb(220,58,91); }

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

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

 span { border-color: rgb(220,58,91); }

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