Html Css Color HEX #D86FB5 Persian Pink

📋 copy color: '#D86FB5'

red 216 ◦ green 111 ◦ blue 181

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

Shades of Persian Pink #D86FB5

Tints of Persian Pink #D86FB5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.85%

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

R = 42.52%
G = 21.85%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D86FB5 (or 0xD86FB5) is known color: Persian Pink. HEX triplet: D8, 6F and B5. RGB value is (216,111,181). Sum of RGB (Red+Green+Blue) = 216+111+181=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FB5 is #27904A. Grayscale: #969696. Windows color (decimal): -2592843 or 11890648. OLE color: 11890648.

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

Color convert

RGB 216 111 181 -
CMYK 0 0.49 0.16 0.15
HSL 320º 0.57% 0.64% -
HSV(B) 320º 0.49% 0.85% -
XYZ 42.34 29.3 47.14 -
YUV 150.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 216 111 181 0 0.49 0.16 0.15 320 0.57 0.64
Hex D8 6F B5 0 31 10 F 140 39 40
Octal 330 157 265 0 61 20 17 500 71 100
Binary 11011000 1101111 10110101 0 110001 10000 1111 101000000 111001 1000000

Color Harmonies of #D86FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FB5

Black with #D86FB5

Text Example


Text Example

White with #D86FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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