Html Css Color HEX #D881BC Persian Pink

📋 copy color: '#D881BC'

red 216 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #D881BC

Tints of Persian Pink #D881BC

RGB

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

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

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

R = 40.53%
G = 24.2%
B = 35.27%

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

#D881BC (or 0xD881BC) is known color: Persian Pink. HEX triplet: D8, 81 and BC. RGB value is (216,129,188). Sum of RGB (Red+Green+Blue) = 216+129+188=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D881BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881BC is #277E43. Grayscale: #A1A1A1. Windows color (decimal): -2588228 or 12354008. OLE color: 12354008.

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

Color convert

RGB 216 129 188 -
CMYK 0 0.40 0.13 0.15
HSL 319.31º 0.53% 0.68% -
HSV(B) 319.31º 0.4% 0.85% -
XYZ 45.25 33.93 51.74 -
YUV 161.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 216 129 188 0 0.40 0.13 0.15 319.31 0.53 0.68
Hex D8 81 BC 0 28 D F 13F 35 44
Octal 330 201 274 0 50 15 17 477 65 104
Binary 11011000 10000001 10111100 0 101000 1101 1111 100111111 110101 1000100

Color Harmonies of #D881BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881BC

Black with #D881BC

Text Example


Text Example

White with #D881BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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