Html Css Color HEX #D981BD Persian Pink

📋 copy color: '#D981BD'

red 217 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #D981BD

Tints of Persian Pink #D981BD

RGB

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

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

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

R = 40.56%
G = 24.11%
B = 35.33%

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

#D981BD (or 0xD981BD) is known color: Persian Pink. HEX triplet: D9, 81 and BD. RGB value is (217,129,189). Sum of RGB (Red+Green+Blue) = 217+129+189=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D981BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981BD is #267E42. Grayscale: #A1A1A1. Windows color (decimal): -2522691 or 12419545. OLE color: 12419545.

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

Color convert

RGB 217 129 189 -
CMYK 0 0.41 0.13 0.15
HSL 319.09º 0.54% 0.68% -
HSV(B) 319.09º 0.41% 0.85% -
XYZ 45.65 34.13 52.33 -
YUV 162.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 217 129 189 0 0.41 0.13 0.15 319.09 0.54 0.68
Hex D9 81 BD 0 29 D F 13F 36 44
Octal 331 201 275 0 51 15 17 477 66 104
Binary 11011001 10000001 10111101 0 101001 1101 1111 100111111 110110 1000100

Color Harmonies of #D981BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981BD

Black with #D981BD

Text Example


Text Example

White with #D981BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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