#DC75BC

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

Shades of Persian Pink #DC75BC

Tints of Persian Pink #DC75BC

Color information

#DC75BC (or 0xDC75BC) is unknown color: approx Persian Pink. HEX triplet: DC, 75 and BC. RGB value is (220,117,188). Sum of RGB (Red+Green+Blue) = 220+117+188=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75BC is #238A43. Grayscale: #9B9B9B. Windows color (decimal): -2329156 or 12350940. OLE color: 12350940.

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

Color convert

RGB220117188-
CMYK00.470.150.14
HSL318.64º59.54%66.08%-
HSV(B)318.64º46.82%86.27%-
XYZ44.9531.5751.3-
YUV155.89146.12173.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 117 (46.09% from 255) = 22.29%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=41.90%
G=22.29%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011718800.470.150.14318.6459.5466.08
HexDC75BC02FFE13f3c42
Octal334165274057171647774102
Binary110111001110101101111000101111111111101001111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC75BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC75BC; }

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

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

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

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

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

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

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

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