#DC73BC

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

Shades of Persian Pink #DC73BC

Tints of Persian Pink #DC73BC

Color information

#DC73BC (or 0xDC73BC) is unknown color: approx Persian Pink. HEX triplet: DC, 73 and BC. RGB value is (220,115,188). Sum of RGB (Red+Green+Blue) = 220+115+188=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73BC is #238C43. Grayscale: #9A9A9A. Windows color (decimal): -2329668 or 12350428. OLE color: 12350428.

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

Color convert

RGB220115188-
CMYK00.480.150.14
HSL318.29º60%65.69%-
HSV(B)318.29º47.73%86.27%-
XYZ44.7231.1151.22-
YUV154.72146.79174.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 115 (45.31% from 255) = 21.99%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=42.07%
G=21.99%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011518800.480.150.14318.296065.69
HexDC73BC030FE13e3c42
Octal334163274060171647674102
Binary110111001110011101111000110000111111101001111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC73BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC73BC; }

 p { color: rgb(220,115,188); }

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

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

 a { background-color: rgb(220,115,188); }

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

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

 span { border-color: rgb(220,115,188); }

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