Html Css Color HEX #D86EB6 Persian Pink

📋 copy color: '#D86EB6'

red 216 ◦ green 110 ◦ blue 182

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

Shades of Persian Pink #D86EB6

Tints of Persian Pink #D86EB6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.65%

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

R = 42.52%
G = 21.65%
B = 35.83%

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

#D86EB6 (or 0xD86EB6) is known color: Persian Pink. HEX triplet: D8, 6E and B6. RGB value is (216,110,182). Sum of RGB (Red+Green+Blue) = 216+110+182=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EB6 is #279149. Grayscale: #959595. Windows color (decimal): -2593098 or 11955928. OLE color: 11955928.

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

Color convert

RGB 216 110 182 -
CMYK 0 0.49 0.16 0.15
HSL 319.25º 0.58% 0.64% -
HSV(B) 319.25º 0.49% 0.85% -
XYZ 42.34 29.13 47.65 -
YUV 149.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 216 110 182 0 0.49 0.16 0.15 319.25 0.58 0.64
Hex D8 6E B6 0 31 10 F 13F 3A 40
Octal 330 156 266 0 61 20 17 477 72 100
Binary 11011000 1101110 10110110 0 110001 10000 1111 100111111 111010 1000000

Color Harmonies of #D86EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EB6

Black with #D86EB6

Text Example


Text Example

White with #D86EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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