Html Css Color HEX #D86F9E Pale Violet Red

📋 copy color: '#D86F9E'

red 216 ◦ green 111 ◦ blue 158

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

Shades of Pale Violet Red #D86F9E

Tints of Pale Violet Red #D86F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.58%

R = 44.54%
G = 22.89%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D86F9E (or 0xD86F9E) is known color: Pale Violet Red. HEX triplet: D8, 6F and 9E. RGB value is (216,111,158). Sum of RGB (Red+Green+Blue) = 216+111+158=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F9E is #279061. Grayscale: #939393. Windows color (decimal): -2592866 or 10383320. OLE color: 10383320.

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

Color convert

RGB 216 111 158 -
CMYK 0 0.49 0.27 0.15
HSL 333.14º 0.57% 0.64% -
HSV(B) 333.14º 0.49% 0.85% -
XYZ 40.17 28.44 35.72 -
YUV 147.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 216 111 158 0 0.49 0.27 0.15 333.14 0.57 0.64
Hex D8 6F 9E 0 31 1B F 14D 39 40
Octal 330 157 236 0 61 33 17 515 71 100
Binary 11011000 1101111 10011110 0 110001 11011 1111 101001101 111001 1000000

Color Harmonies of #D86F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F9E

Black with #D86F9E

Text Example


Text Example

White with #D86F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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