Html Css Color HEX #D980BA Persian Pink

📋 copy color: '#D980BA'

red 217 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #D980BA

Tints of Persian Pink #D980BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.11%

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 40.87%
G = 24.11%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D980BA (or 0xD980BA) is known color: Persian Pink. HEX triplet: D9, 80 and BA. RGB value is (217,128,186). Sum of RGB (Red+Green+Blue) = 217+128+186=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D980BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980BA is #267F45. Grayscale: #A1A1A1. Windows color (decimal): -2522950 or 12222681. OLE color: 12222681.

HSL color Cylindrical-coordinate representation of color #D980BA: hue angle of 320.9º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D980BA is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 128 186 -
CMYK 0 0.41 0.14 0.15
HSL 320.9º 0.54% 0.68% -
HSV(B) 320.9º 0.41% 0.85% -
XYZ 45.2 33.74 50.58 -
YUV 161.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 217 128 186 0 0.41 0.14 0.15 320.9 0.54 0.68
Hex D9 80 BA 0 29 E F 141 36 44
Octal 331 200 272 0 51 16 17 501 66 104
Binary 11011001 10000000 10111010 0 101001 1110 1111 101000001 110110 1000100

Color Harmonies of #D980BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980BA

Black with #D980BA

Text Example


Text Example

White with #D980BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980BA; }

 p { color: rgb(217,128,186); }

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

background-color css

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

 a { background-color: rgb(217,128,186); }

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

border-color css

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

 span { border-color: rgb(217,128,186); }

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