Html Css Color HEX #D980BD Persian Pink

📋 copy color: '#D980BD'

red 217 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #D980BD

Tints of Persian Pink #D980BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 40.64%
G = 23.97%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D980BD (or 0xD980BD) is known color: Persian Pink. HEX triplet: D9, 80 and BD. RGB value is (217,128,189). Sum of RGB (Red+Green+Blue) = 217+128+189=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D980BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980BD is #267F42. Grayscale: #A1A1A1. Windows color (decimal): -2522947 or 12419289. OLE color: 12419289.

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

Color convert

RGB 217 128 189 -
CMYK 0 0.41 0.13 0.15
HSL 318.88º 0.54% 0.68% -
HSV(B) 318.88º 0.41% 0.85% -
XYZ 45.52 33.86 52.28 -
YUV 161.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 217 128 189 0 0.41 0.13 0.15 318.88 0.54 0.68
Hex D9 80 BD 0 29 D F 13F 36 44
Octal 331 200 275 0 51 15 17 477 66 104
Binary 11011001 10000000 10111101 0 101001 1101 1111 100111111 110110 1000100

Color Harmonies of #D980BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980BD

Black with #D980BD

Text Example


Text Example

White with #D980BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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