#D982BE

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

Shades of Persian Pink #D982BE

Tints of Persian Pink #D982BE

Color information

#D982BE (or 0xD982BE) is unknown color: approx Persian Pink. HEX triplet: D9, 82 and BE. RGB value is (217,130,190). Sum of RGB (Red+Green+Blue) = 217+130+190=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D982BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982BE is #267D41. Grayscale: #A2A2A2. Windows color (decimal): -2522434 or 12485337. OLE color: 12485337.

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

Color convert

RGB217130190-
CMYK00.400.120.15
HSL318.62º53.37%68.04%-
HSV(B)318.62º40.09%85.1%-
XYZ45.8934.4352.94-
YUV162.85143.32166.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=40.41%
G=24.21%
B=35.38%

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
Decimal21713019000.400.120.15318.6253.3768.04
HexD982BE028CF13f3544
Octal331202276050141747765104
Binary1101100110000010101111100101000110011111001111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982BE; }

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

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

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

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

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

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

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

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