#DC7FC1

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

Shades of Persian Pink #DC7FC1

Tints of Persian Pink #DC7FC1

Color information

#DC7FC1 (or 0xDC7FC1) is unknown color: approx Persian Pink. HEX triplet: DC, 7F and C1. RGB value is (220,127,193). Sum of RGB (Red+Green+Blue) = 220+127+193=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FC1 is #23803E. Grayscale: #A2A2A2. Windows color (decimal): -2326591 or 12681180. OLE color: 12681180.

HSL color Cylindrical-coordinate representation of color #DC7FC1: hue angle of 317.42º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FC1 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220127193-
CMYK00.420.120.14
HSL317.42º57.06%68.04%-
HSV(B)317.42º42.27%86.27%-
XYZ46.7334.2454.6-
YUV162.33145.31169.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 127 (50% from 255) = 23.52%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=40.74%
G=23.52%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012719300.420.120.14317.4257.0668.04
HexDC7FC102ACE13d3944
Octal334177301052141647571104
Binary110111001111111110000010101010110011101001111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FC1; }

 p { color: rgb(220,127,193); }

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

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

 a { background-color: rgb(220,127,193); }

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

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

 span { border-color: rgb(220,127,193); }

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