Html Css Color HEX #D981BB Persian Pink

📋 copy color: '#D981BB'

red 217 ◦ green 129 ◦ blue 187

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

Shades of Persian Pink #D981BB

Tints of Persian Pink #D981BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.2%

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 40.71%
G = 24.2%
B = 35.08%

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

#D981BB (or 0xD981BB) is known color: Persian Pink. HEX triplet: D9, 81 and BB. RGB value is (217,129,187). Sum of RGB (Red+Green+Blue) = 217+129+187=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D981BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981BB is #267E44. Grayscale: #A1A1A1. Windows color (decimal): -2522693 or 12288473. OLE color: 12288473.

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

Color convert

RGB 217 129 187 -
CMYK 0 0.41 0.14 0.15
HSL 320.45º 0.54% 0.68% -
HSV(B) 320.45º 0.41% 0.85% -
XYZ 45.44 34.04 51.19 -
YUV 161.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 217 129 187 0 0.41 0.14 0.15 320.45 0.54 0.68
Hex D9 81 BB 0 29 E F 140 36 44
Octal 331 201 273 0 51 16 17 500 66 104
Binary 11011001 10000001 10111011 0 101001 1110 1111 101000000 110110 1000100

Color Harmonies of #D981BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981BB

Black with #D981BB

Text Example


Text Example

White with #D981BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981BB; }

 p { color: rgb(217,129,187); }

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

background-color css

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

 a { background-color: rgb(217,129,187); }

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

border-color css

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

 span { border-color: rgb(217,129,187); }

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