Html Css Color HEX #D980BC Persian Pink

📋 copy color: '#D980BC'

red 217 ◦ green 128 ◦ blue 188

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

Shades of Persian Pink #D980BC

Tints of Persian Pink #D980BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.27%

R = 40.71%
G = 24.02%
B = 35.27%

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

#D980BC (or 0xD980BC) is known color: Persian Pink. HEX triplet: D9, 80 and BC. RGB value is (217,128,188). Sum of RGB (Red+Green+Blue) = 217+128+188=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D980BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980BC is #267F43. Grayscale: #A1A1A1. Windows color (decimal): -2522948 or 12353753. OLE color: 12353753.

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

Color convert

RGB 217 128 188 -
CMYK 0 0.41 0.13 0.15
HSL 319.55º 0.54% 0.68% -
HSV(B) 319.55º 0.41% 0.85% -
XYZ 45.41 33.82 51.71 -
YUV 161.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 217 128 188 0 0.41 0.13 0.15 319.55 0.54 0.68
Hex D9 80 BC 0 29 D F 140 36 44
Octal 331 200 274 0 51 15 17 500 66 104
Binary 11011001 10000000 10111100 0 101001 1101 1111 101000000 110110 1000100

Color Harmonies of #D980BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980BC

Black with #D980BC

Text Example


Text Example

White with #D980BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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