Html Css Color HEX #D86BB5 Persian Pink

📋 copy color: '#D86BB5'

red 216 ◦ green 107 ◦ blue 181

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

Shades of Persian Pink #D86BB5

Tints of Persian Pink #D86BB5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

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

R = 42.86%
G = 21.23%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D86BB5 (or 0xD86BB5) is known color: Persian Pink. HEX triplet: D8, 6B and B5. RGB value is (216,107,181). Sum of RGB (Red+Green+Blue) = 216+107+181=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BB5 is #27944A. Grayscale: #939393. Windows color (decimal): -2593867 or 11889624. OLE color: 11889624.

HSL color Cylindrical-coordinate representation of color #D86BB5: hue angle of 319.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86BB5 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 107 181 -
CMYK 0 0.50 0.16 0.15
HSL 319.27º 0.58% 0.63% -
HSV(B) 319.27º 0.5% 0.85% -
XYZ 41.92 28.45 47 -
YUV 148.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 216 107 181 0 0.50 0.16 0.15 319.27 0.58 0.63
Hex D8 6B B5 0 32 10 F 13F 3A 3F
Octal 330 153 265 0 62 20 17 477 72 77
Binary 11011000 1101011 10110101 0 110010 10000 1111 100111111 111010 111111

Color Harmonies of #D86BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86BB5

Black with #D86BB5

Text Example


Text Example

White with #D86BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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