Html Css Color HEX #D86DB3 Persian Pink

📋 copy color: '#D86DB3'

red 216 ◦ green 109 ◦ blue 179

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

Shades of Persian Pink #D86DB3

Tints of Persian Pink #D86DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 42.86%
G = 21.63%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D86DB3 (or 0xD86DB3) is known color: Persian Pink. HEX triplet: D8, 6D and B3. RGB value is (216,109,179). Sum of RGB (Red+Green+Blue) = 216+109+179=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DB3 is #27924C. Grayscale: #949494. Windows color (decimal): -2593357 or 11759064. OLE color: 11759064.

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

Color convert

RGB 216 109 179 -
CMYK 0 0.50 0.17 0.15
HSL 320.75º 0.58% 0.64% -
HSV(B) 320.75º 0.5% 0.85% -
XYZ 41.92 28.79 46 -
YUV 148.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 216 109 179 0 0.50 0.17 0.15 320.75 0.58 0.64
Hex D8 6D B3 0 32 11 F 141 3A 40
Octal 330 155 263 0 62 21 17 501 72 100
Binary 11011000 1101101 10110011 0 110010 10001 1111 101000001 111010 1000000

Color Harmonies of #D86DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DB3

Black with #D86DB3

Text Example


Text Example

White with #D86DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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