#DC75B1

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

Shades of Persian Pink #DC75B1

Tints of Persian Pink #DC75B1

Color information

#DC75B1 (or 0xDC75B1) is unknown color: approx Persian Pink. HEX triplet: DC, 75 and B1. RGB value is (220,117,177). Sum of RGB (Red+Green+Blue) = 220+117+177=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC75B1 is #238A4E. Grayscale: #9A9A9A. Windows color (decimal): -2329167 or 11630044. OLE color: 11630044.

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

Color convert

RGB220117177-
CMYK00.470.200.14
HSL325.05º59.54%66.08%-
HSV(B)325.05º46.82%86.27%-
XYZ43.8131.1145.29-
YUV154.64140.62174.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 117 (46.09% from 255) = 22.76%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=42.80%
G=22.76%
B=34.44%

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
Decimal22011717700.470.200.14325.0559.5466.08
HexDC75B102F14E1453c42
Octal334165261057241650574102
Binary1101110011101011011000101011111010011101010001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC75B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC75B1; }

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

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

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

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

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

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

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

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