Html Css Color HEX #D86EB2 Persian Pink

📋 copy color: '#D86EB2'

red 216 ◦ green 110 ◦ blue 178

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

Shades of Persian Pink #D86EB2

Tints of Persian Pink #D86EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 42.86%
G = 21.83%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D86EB2 (or 0xD86EB2) is known color: Persian Pink. HEX triplet: D8, 6E and B2. RGB value is (216,110,178). Sum of RGB (Red+Green+Blue) = 216+110+178=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86EB2 is #27914D. Grayscale: #959595. Windows color (decimal): -2593102 or 11693784. OLE color: 11693784.

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

Color convert

RGB 216 110 178 -
CMYK 0 0.49 0.18 0.15
HSL 321.51º 0.58% 0.64% -
HSV(B) 321.51º 0.49% 0.85% -
XYZ 41.93 28.97 45.5 -
YUV 149.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 216 110 178 0 0.49 0.18 0.15 321.51 0.58 0.64
Hex D8 6E B2 0 31 12 F 142 3A 40
Octal 330 156 262 0 61 22 17 502 72 100
Binary 11011000 1101110 10110010 0 110001 10010 1111 101000010 111010 1000000

Color Harmonies of #D86EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EB2

Black with #D86EB2

Text Example


Text Example

White with #D86EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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