Html Css Color HEX #D86DB4 Persian Pink

📋 copy color: '#D86DB4'

red 216 ◦ green 109 ◦ blue 180

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

Shades of Persian Pink #D86DB4

Tints of Persian Pink #D86DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 42.77%
G = 21.58%
B = 35.64%

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

#D86DB4 (or 0xD86DB4) is known color: Persian Pink. HEX triplet: D8, 6D and B4. RGB value is (216,109,180). Sum of RGB (Red+Green+Blue) = 216+109+180=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DB4 is #27924B. Grayscale: #949494. Windows color (decimal): -2593356 or 11824600. OLE color: 11824600.

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

Color convert

RGB 216 109 180 -
CMYK 0 0.50 0.17 0.15
HSL 320.19º 0.58% 0.64% -
HSV(B) 320.19º 0.5% 0.85% -
XYZ 42.03 28.83 46.53 -
YUV 149.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 216 109 180 0 0.50 0.17 0.15 320.19 0.58 0.64
Hex D8 6D B4 0 32 11 F 140 3A 40
Octal 330 155 264 0 62 21 17 500 72 100
Binary 11011000 1101101 10110100 0 110010 10001 1111 101000000 111010 1000000

Color Harmonies of #D86DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DB4

Black with #D86DB4

Text Example


Text Example

White with #D86DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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