Html Css Color HEX #D86C93 Pale Violet Red

📋 copy color: '#D86C93'

red 216 ◦ green 108 ◦ blue 147

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

Shades of Pale Violet Red #D86C93

Tints of Pale Violet Red #D86C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.93%

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 45.86%
G = 22.93%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D86C93 (or 0xD86C93) is known color: Pale Violet Red. HEX triplet: D8, 6C and 93. RGB value is (216,108,147). Sum of RGB (Red+Green+Blue) = 216+108+147=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C93 is #27936C. Grayscale: #909090. Windows color (decimal): -2593645 or 9661656. OLE color: 9661656.

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

Color convert

RGB 216 108 147 -
CMYK 0 0.50 0.32 0.15
HSL 338.33º 0.58% 0.64% -
HSV(B) 338.33º 0.5% 0.85% -
XYZ 38.95 27.43 30.85 -
YUV 144.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 216 108 147 0 0.50 0.32 0.15 338.33 0.58 0.64
Hex D8 6C 93 0 32 20 F 152 3A 40
Octal 330 154 223 0 62 40 17 522 72 100
Binary 11011000 1101100 10010011 0 110010 100000 1111 101010010 111010 1000000

Color Harmonies of #D86C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C93

Black with #D86C93

Text Example


Text Example

White with #D86C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C93; }

 p { color: rgb(216,108,147); }

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

background-color css

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

 a { background-color: rgb(216,108,147); }

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

border-color css

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

 span { border-color: rgb(216,108,147); }

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