#DC74B1

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

Shades of Persian Pink #DC74B1

Tints of Persian Pink #DC74B1

Color information

#DC74B1 (or 0xDC74B1) is unknown color: approx Persian Pink. HEX triplet: DC, 74 and B1. RGB value is (220,116,177). Sum of RGB (Red+Green+Blue) = 220+116+177=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74B1 is #238B4E. Grayscale: #999999. Windows color (decimal): -2329423 or 11629788. OLE color: 11629788.

HSL color Cylindrical-coordinate representation of color #DC74B1: hue angle of 324.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC74B1 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220116177-
CMYK00.470.200.14
HSL324.81º59.77%65.88%-
HSV(B)324.81º47.27%86.27%-
XYZ43.730.8845.25-
YUV154.05140.96175.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 116 (45.70% from 255) = 22.61%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=42.88%
G=22.61%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011617700.470.200.14324.8159.7765.88
HexDC74B102F14E1453c42
Octal334164261057241650574102
Binary1101110011101001011000101011111010011101010001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74B1; }

 p { color: rgb(220,116,177); }

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

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

 a { background-color: rgb(220,116,177); }

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

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

 span { border-color: rgb(220,116,177); }

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