Html Css Color HEX #D86593 Pale Violet Red

📋 copy color: '#D86593'

red 216 ◦ green 101 ◦ blue 147

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

Shades of Pale Violet Red #D86593

Tints of Pale Violet Red #D86593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.77%

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

R = 46.55%
G = 21.77%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D86593 (or 0xD86593) is known color: Pale Violet Red. HEX triplet: D8, 65 and 93. RGB value is (216,101,147). Sum of RGB (Red+Green+Blue) = 216+101+147=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D86593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86593 is #279A6C. Grayscale: #8C8C8C. Windows color (decimal): -2595437 or 9659864. OLE color: 9659864.

HSL color Cylindrical-coordinate representation of color #D86593: hue angle of 336º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86593 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 147 -
CMYK 0 0.53 0.32 0.15
HSL 336º 0.6% 0.62% -
HSV(B) 336º 0.53% 0.85% -
XYZ 38.24 26.01 30.61 -
YUV 140.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 216 101 147 0 0.53 0.32 0.15 336 0.6 0.62
Hex D8 65 93 0 35 20 F 150 3C 3E
Octal 330 145 223 0 65 40 17 520 74 76
Binary 11011000 1100101 10010011 0 110101 100000 1111 101010000 111100 111110

Color Harmonies of #D86593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86593

Black with #D86593

Text Example


Text Example

White with #D86593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86593; }

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

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

background-color css

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

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

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

border-color css

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

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

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