Html Css Color HEX #D86CB5 Persian Pink

📋 copy color: '#D86CB5'

red 216 ◦ green 108 ◦ blue 181

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

Shades of Persian Pink #D86CB5

Tints of Persian Pink #D86CB5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.39%

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

R = 42.77%
G = 21.39%
B = 35.84%

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

#D86CB5 (or 0xD86CB5) is known color: Persian Pink. HEX triplet: D8, 6C and B5. RGB value is (216,108,181). Sum of RGB (Red+Green+Blue) = 216+108+181=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CB5 is #27934A. Grayscale: #949494. Windows color (decimal): -2593611 or 11889880. OLE color: 11889880.

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

Color convert

RGB 216 108 181 -
CMYK 0 0.50 0.16 0.15
HSL 319.44º 0.58% 0.64% -
HSV(B) 319.44º 0.5% 0.85% -
XYZ 42.02 28.66 47.03 -
YUV 148.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 216 108 181 0 0.50 0.16 0.15 319.44 0.58 0.64
Hex D8 6C B5 0 32 10 F 13F 3A 40
Octal 330 154 265 0 62 20 17 477 72 100
Binary 11011000 1101100 10110101 0 110010 10000 1111 100111111 111010 1000000

Color Harmonies of #D86CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86CB5

Black with #D86CB5

Text Example


Text Example

White with #D86CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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