Html Css Color HEX #D871B5 Persian Pink

📋 copy color: '#D871B5'

red 216 ◦ green 113 ◦ blue 181

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

Shades of Persian Pink #D871B5

Tints of Persian Pink #D871B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.49%

R = 42.35%
G = 22.16%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D871B5 (or 0xD871B5) is known color: Persian Pink. HEX triplet: D8, 71 and B5. RGB value is (216,113,181). Sum of RGB (Red+Green+Blue) = 216+113+181=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D871B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871B5 is #278E4A. Grayscale: #979797. Windows color (decimal): -2592331 or 11891160. OLE color: 11891160.

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

Color convert

RGB 216 113 181 -
CMYK 0 0.48 0.16 0.15
HSL 320.39º 0.57% 0.65% -
HSV(B) 320.39º 0.48% 0.85% -
XYZ 42.56 29.75 47.21 -
YUV 151.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 216 113 181 0 0.48 0.16 0.15 320.39 0.57 0.65
Hex D8 71 B5 0 30 10 F 140 39 41
Octal 330 161 265 0 60 20 17 500 71 101
Binary 11011000 1110001 10110101 0 110000 10000 1111 101000000 111001 1000001

Color Harmonies of #D871B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871B5

Black with #D871B5

Text Example


Text Example

White with #D871B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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