Html Css Color HEX #D86EB7 Persian Pink

📋 copy color: '#D86EB7'

red 216 ◦ green 110 ◦ blue 183

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

Shades of Persian Pink #D86EB7

Tints of Persian Pink #D86EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.95%

R = 42.44%
G = 21.61%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D86EB7 (or 0xD86EB7) is known color: Persian Pink. HEX triplet: D8, 6E and B7. RGB value is (216,110,183). Sum of RGB (Red+Green+Blue) = 216+110+183=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EB7 is #279148. Grayscale: #959595. Windows color (decimal): -2593097 or 12021464. OLE color: 12021464.

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

Color convert

RGB 216 110 183 -
CMYK 0 0.49 0.15 0.15
HSL 318.68º 0.58% 0.64% -
HSV(B) 318.68º 0.49% 0.85% -
XYZ 42.44 29.17 48.19 -
YUV 150.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 216 110 183 0 0.49 0.15 0.15 318.68 0.58 0.64
Hex D8 6E B7 0 31 F F 13F 3A 40
Octal 330 156 267 0 61 17 17 477 72 100
Binary 11011000 1101110 10110111 0 110001 1111 1111 100111111 111010 1000000

Color Harmonies of #D86EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EB7

Black with #D86EB7

Text Example


Text Example

White with #D86EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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