Html Css Color HEX #D881BB Persian Pink

📋 copy color: '#D881BB'

red 216 ◦ green 129 ◦ blue 187

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

Shades of Persian Pink #D881BB

Tints of Persian Pink #D881BB

RGB

 RED value IS 216 (84.77% from 255) = 40.6%

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

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

R = 40.6%
G = 24.25%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D881BB (or 0xD881BB) is known color: Persian Pink. HEX triplet: D8, 81 and BB. RGB value is (216,129,187). Sum of RGB (Red+Green+Blue) = 216+129+187=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D881BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881BB is #277E44. Grayscale: #A1A1A1. Windows color (decimal): -2588229 or 12288472. OLE color: 12288472.

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

Color convert

RGB 216 129 187 -
CMYK 0 0.40 0.13 0.15
HSL 320º 0.53% 0.68% -
HSV(B) 320º 0.4% 0.85% -
XYZ 45.14 33.89 51.18 -
YUV 161.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 216 129 187 0 0.40 0.13 0.15 320 0.53 0.68
Hex D8 81 BB 0 28 D F 140 35 44
Octal 330 201 273 0 50 15 17 500 65 104
Binary 11011000 10000001 10111011 0 101000 1101 1111 101000000 110101 1000100

Color Harmonies of #D881BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881BB

Black with #D881BB

Text Example


Text Example

White with #D881BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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