Html Css Color HEX #D86FA0 Pale Violet Red

📋 copy color: '#D86FA0'

red 216 ◦ green 111 ◦ blue 160

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

Shades of Pale Violet Red #D86FA0

Tints of Pale Violet Red #D86FA0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.79%

 BLUE value IS 160 (62.89% from 255) = 32.85%

R = 44.35%
G = 22.79%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D86FA0 (or 0xD86FA0) is known color: Pale Violet Red. HEX triplet: D8, 6F and A0. RGB value is (216,111,160). Sum of RGB (Red+Green+Blue) = 216+111+160=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86FA0 is #27905F. Grayscale: #939393. Windows color (decimal): -2592864 or 10514392. OLE color: 10514392.

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

Color convert

RGB 216 111 160 -
CMYK 0 0.49 0.26 0.15
HSL 332º 0.57% 0.64% -
HSV(B) 332º 0.49% 0.85% -
XYZ 40.35 28.51 36.63 -
YUV 147.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 216 111 160 0 0.49 0.26 0.15 332 0.57 0.64
Hex D8 6F A0 0 31 1A F 14C 39 40
Octal 330 157 240 0 61 32 17 514 71 100
Binary 11011000 1101111 10100000 0 110001 11010 1111 101001100 111001 1000000

Color Harmonies of #D86FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FA0

Black with #D86FA0

Text Example


Text Example

White with #D86FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FA0; }

 p { color: rgb(216,111,160); }

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

background-color css

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

 a { background-color: rgb(216,111,160); }

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

border-color css

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

 span { border-color: rgb(216,111,160); }

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