Html Css Color HEX #D871B7 Persian Pink

📋 copy color: '#D871B7'

red 216 ◦ green 113 ◦ blue 183

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

Shades of Persian Pink #D871B7

Tints of Persian Pink #D871B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.07%

 BLUE value IS 183 (71.88% from 255) = 35.74%

R = 42.19%
G = 22.07%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D871B7 (or 0xD871B7) is known color: Persian Pink. HEX triplet: D8, 71 and B7. RGB value is (216,113,183). Sum of RGB (Red+Green+Blue) = 216+113+183=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D871B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871B7 is #278E48. Grayscale: #979797. Windows color (decimal): -2592329 or 12022232. OLE color: 12022232.

HSL color Cylindrical-coordinate representation of color #D871B7: hue angle of 319.22º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D871B7 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 183 -
CMYK 0 0.48 0.15 0.15
HSL 319.22º 0.57% 0.65% -
HSV(B) 319.22º 0.48% 0.85% -
XYZ 42.77 29.83 48.3 -
YUV 151.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 216 113 183 0 0.48 0.15 0.15 319.22 0.57 0.65
Hex D8 71 B7 0 30 F F 13F 39 41
Octal 330 161 267 0 60 17 17 477 71 101
Binary 11011000 1110001 10110111 0 110000 1111 1111 100111111 111001 1000001

Color Harmonies of #D871B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871B7

Black with #D871B7

Text Example


Text Example

White with #D871B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871B7; }

 p { color: rgb(216,113,183); }

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

background-color css

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

 a { background-color: rgb(216,113,183); }

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

border-color css

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

 span { border-color: rgb(216,113,183); }

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