Html Css Color HEX #D86AB4 Persian Pink

📋 copy color: '#D86AB4'

red 216 ◦ green 106 ◦ blue 180

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

Shades of Persian Pink #D86AB4

Tints of Persian Pink #D86AB4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.12%

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

R = 43.03%
G = 21.12%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D86AB4 (or 0xD86AB4) is known color: Persian Pink. HEX triplet: D8, 6A and B4. RGB value is (216,106,180). Sum of RGB (Red+Green+Blue) = 216+106+180=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86AB4 is #27954B. Grayscale: #939393. Windows color (decimal): -2594124 or 11823832. OLE color: 11823832.

HSL color Cylindrical-coordinate representation of color #D86AB4: hue angle of 319.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86AB4 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 106 180 -
CMYK 0 0.51 0.17 0.15
HSL 319.64º 0.59% 0.63% -
HSV(B) 319.64º 0.51% 0.85% -
XYZ 41.71 28.2 46.43 -
YUV 147.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 216 106 180 0 0.51 0.17 0.15 319.64 0.59 0.63
Hex D8 6A B4 0 33 11 F 140 3B 3F
Octal 330 152 264 0 63 21 17 500 73 77
Binary 11011000 1101010 10110100 0 110011 10001 1111 101000000 111011 111111

Color Harmonies of #D86AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86AB4

Black with #D86AB4

Text Example


Text Example

White with #D86AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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