#DC3CB0

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

Shades of Persian Rose #DC3CB0

Tints of Persian Rose #DC3CB0

Color information

#DC3CB0 (or 0xDC3CB0) is unknown color: approx Persian Rose. HEX triplet: DC, 3C and B0. RGB value is (220,60,176). Sum of RGB (Red+Green+Blue) = 220+60+176=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3CB0 is #23C34F. Grayscale: #787878. Windows color (decimal): -2343760 or 11549916. OLE color: 11549916.

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

Color convert

RGB22060176-
CMYK00.730.20.14
HSL316.5º69.57%54.9%-
HSV(B)316.5º72.73%86.27%-
XYZ38.9721.5843.19-
YUV121.06159.01198.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.25%
GREEN value IS 60 (23.83% from 255) = 13.16%
BLUE value IS 176 (69.14% from 255) = 38.60%
R=48.25%
G=13.16%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206017600.730.20.14316.569.5754.9
HexDC3CB004914E13c4637
Octal334742600111241647410667
Binary1101110011110010110000010010011010011101001111001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3CB0; }

 p { color: rgb(220,60,176); }

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

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

 a { background-color: rgb(220,60,176); }

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

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

 span { border-color: rgb(220,60,176); }

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