#D982C0

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

Shades of Persian Pink #D982C0

Tints of Persian Pink #D982C0

Color information

#D982C0 (or 0xD982C0) is unknown color: approx Persian Pink. HEX triplet: D9, 82 and C0. RGB value is (217,130,192). Sum of RGB (Red+Green+Blue) = 217+130+192=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D982C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982C0 is #267D3F. Grayscale: #A2A2A2. Windows color (decimal): -2522432 or 12616409. OLE color: 12616409.

HSL color Cylindrical-coordinate representation of color #D982C0: hue angle of 317.24º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D982C0 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217130192-
CMYK00.400.120.15
HSL317.24º53.37%68.04%-
HSV(B)317.24º40.09%85.1%-
XYZ46.1134.5254.1-
YUV163.08144.32166.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=40.26%
G=24.12%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713019200.400.120.15317.2453.3768.04
HexD982C0028CF13d3544
Octal331202300050141747565104
Binary1101100110000010110000000101000110011111001111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982C0; }

 p { color: rgb(217,130,192); }

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

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

 a { background-color: rgb(217,130,192); }

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

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

 span { border-color: rgb(217,130,192); }

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