Html Css Color HEX #D86DB6 Persian Pink

📋 copy color: '#D86DB6'

red 216 ◦ green 109 ◦ blue 182

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

Shades of Persian Pink #D86DB6

Tints of Persian Pink #D86DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.5%

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 42.6%
G = 21.5%
B = 35.9%

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

#D86DB6 (or 0xD86DB6) is known color: Persian Pink. HEX triplet: D8, 6D and B6. RGB value is (216,109,182). Sum of RGB (Red+Green+Blue) = 216+109+182=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DB6 is #279249. Grayscale: #959595. Windows color (decimal): -2593354 or 11955672. OLE color: 11955672.

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

Color convert

RGB 216 109 182 -
CMYK 0 0.50 0.16 0.15
HSL 319.07º 0.58% 0.64% -
HSV(B) 319.07º 0.5% 0.85% -
XYZ 42.23 28.91 47.61 -
YUV 149.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 216 109 182 0 0.50 0.16 0.15 319.07 0.58 0.64
Hex D8 6D B6 0 32 10 F 13F 3A 40
Octal 330 155 266 0 62 20 17 477 72 100
Binary 11011000 1101101 10110110 0 110010 10000 1111 100111111 111010 1000000

Color Harmonies of #D86DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DB6

Black with #D86DB6

Text Example


Text Example

White with #D86DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DB6; }

 p { color: rgb(216,109,182); }

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

background-color css

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

 a { background-color: rgb(216,109,182); }

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

border-color css

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

 span { border-color: rgb(216,109,182); }

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