#DC75B0

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

Shades of Persian Pink #DC75B0

Tints of Persian Pink #DC75B0

Color information

#DC75B0 (or 0xDC75B0) is unknown color: approx Persian Pink. HEX triplet: DC, 75 and B0. RGB value is (220,117,176). Sum of RGB (Red+Green+Blue) = 220+117+176=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75B0 is #238A4F. Grayscale: #9A9A9A. Windows color (decimal): -2329168 or 11564508. OLE color: 11564508.

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

Color convert

RGB220117176-
CMYK00.470.20.14
HSL325.63º59.54%66.08%-
HSV(B)325.63º46.82%86.27%-
XYZ43.7131.0744.77-
YUV154.52140.12174.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 176 (69.14% from 255) = 34.31%
R=42.88%
G=22.81%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011717600.470.20.14325.6359.5466.08
HexDC75B002F14E1463c42
Octal334165260057241650674102
Binary1101110011101011011000001011111010011101010001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC75B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC75B0; }

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

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

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

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

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

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

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

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