Html Css Color HEX #D881BD Persian Pink

📋 copy color: '#D881BD'

red 216 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #D881BD

Tints of Persian Pink #D881BD

RGB

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

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

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

R = 40.45%
G = 24.16%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D881BD (or 0xD881BD) is known color: Persian Pink. HEX triplet: D8, 81 and BD. RGB value is (216,129,189). Sum of RGB (Red+Green+Blue) = 216+129+189=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D881BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881BD is #277E42. Grayscale: #A1A1A1. Windows color (decimal): -2588227 or 12419544. OLE color: 12419544.

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

Color convert

RGB 216 129 189 -
CMYK 0 0.40 0.12 0.15
HSL 318.62º 0.53% 0.68% -
HSV(B) 318.62º 0.4% 0.85% -
XYZ 45.35 33.97 52.31 -
YUV 161.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 216 129 189 0 0.40 0.12 0.15 318.62 0.53 0.68
Hex D8 81 BD 0 28 C F 13F 35 44
Octal 330 201 275 0 50 14 17 477 65 104
Binary 11011000 10000001 10111101 0 101000 1100 1111 100111111 110101 1000100

Color Harmonies of #D881BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881BD

Black with #D881BD

Text Example


Text Example

White with #D881BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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