Html Css Color HEX #D982BF Persian Pink

📋 copy color: '#D982BF'

red 217 ◦ green 130 ◦ blue 191

#D982BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #D982BF

Tints of Persian Pink #D982BF

RGB

 RED value IS 217 (85.16% from 255) = 40.33%

 GREEN value IS 130 (51.17% from 255) = 24.16%

 BLUE value IS 191 (75% from 255) = 35.5%

R = 40.33%
G = 24.16%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D982BF (or 0xD982BF) is known color: Persian Pink. HEX triplet: D9, 82 and BF. RGB value is (217,130,191). Sum of RGB (Red+Green+Blue) = 217+130+191=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D982BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982BF is #267D40. Grayscale: #A2A2A2. Windows color (decimal): -2522433 or 12550873. OLE color: 12550873.

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

Color convert

RGB 217 130 191 -
CMYK 0 0.40 0.12 0.15
HSL 317.93º 0.53% 0.68% -
HSV(B) 317.93º 0.4% 0.85% -
XYZ 46 34.48 53.52 -
YUV 162.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 217 130 191 0 0.40 0.12 0.15 317.93 0.53 0.68
Hex D9 82 BF 0 28 C F 13E 35 44
Octal 331 202 277 0 50 14 17 476 65 104
Binary 11011001 10000010 10111111 0 101000 1100 1111 100111110 110101 1000100

Color Harmonies of #D982BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982BF

Black with #D982BF

Text Example


Text Example

White with #D982BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982BF; }

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

 H1.HeaderClassName
 {
   color: #D982BF;
 }
 .AnyTagClassName
 {
   color: #D982BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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