Html Css Color HEX #D86EB5 Persian Pink

📋 copy color: '#D86EB5'

red 216 ◦ green 110 ◦ blue 181

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

Shades of Persian Pink #D86EB5

Tints of Persian Pink #D86EB5

RGB

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

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

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

R = 42.6%
G = 21.7%
B = 35.7%

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

#D86EB5 (or 0xD86EB5) is known color: Persian Pink. HEX triplet: D8, 6E and B5. RGB value is (216,110,181). Sum of RGB (Red+Green+Blue) = 216+110+181=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86EB5 is #27914A. Grayscale: #959595. Windows color (decimal): -2593099 or 11890392. OLE color: 11890392.

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

Color convert

RGB 216 110 181 -
CMYK 0 0.49 0.16 0.15
HSL 319.81º 0.58% 0.64% -
HSV(B) 319.81º 0.49% 0.85% -
XYZ 42.24 29.09 47.1 -
YUV 149.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 216 110 181 0 0.49 0.16 0.15 319.81 0.58 0.64
Hex D8 6E B5 0 31 10 F 140 3A 40
Octal 330 156 265 0 61 20 17 500 72 100
Binary 11011000 1101110 10110101 0 110001 10000 1111 101000000 111010 1000000

Color Harmonies of #D86EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86EB5

Black with #D86EB5

Text Example


Text Example

White with #D86EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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