Html Css Color HEX #D871B2 Persian Pink

📋 copy color: '#D871B2'

red 216 ◦ green 113 ◦ blue 178

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

Shades of Persian Pink #D871B2

Tints of Persian Pink #D871B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 42.6%
G = 22.29%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D871B2 (or 0xD871B2) is known color: Persian Pink. HEX triplet: D8, 71 and B2. RGB value is (216,113,178). Sum of RGB (Red+Green+Blue) = 216+113+178=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D871B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D871B2 is #278E4D. Grayscale: #979797. Windows color (decimal): -2592334 or 11694552. OLE color: 11694552.

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

Color convert

RGB 216 113 178 -
CMYK 0 0.48 0.18 0.15
HSL 322.14º 0.57% 0.65% -
HSV(B) 322.14º 0.48% 0.85% -
XYZ 42.26 29.62 45.61 -
YUV 151.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 216 113 178 0 0.48 0.18 0.15 322.14 0.57 0.65
Hex D8 71 B2 0 30 12 F 142 39 41
Octal 330 161 262 0 60 22 17 502 71 101
Binary 11011000 1110001 10110010 0 110000 10010 1111 101000010 111001 1000001

Color Harmonies of #D871B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D871B2

Black with #D871B2

Text Example


Text Example

White with #D871B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D871B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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