Html Css Color HEX #D86592 Pale Violet Red

📋 copy color: '#D86592'

red 216 ◦ green 101 ◦ blue 146

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

Shades of Pale Violet Red #D86592

Tints of Pale Violet Red #D86592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.53%

R = 46.65%
G = 21.81%
B = 31.53%

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

#D86592 (or 0xD86592) is known color: Pale Violet Red. HEX triplet: D8, 65 and 92. RGB value is (216,101,146). Sum of RGB (Red+Green+Blue) = 216+101+146=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D86592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86592 is #279A6D. Grayscale: #8C8C8C. Windows color (decimal): -2595438 or 9594328. OLE color: 9594328.

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

Color convert

RGB 216 101 146 -
CMYK 0 0.53 0.32 0.15
HSL 336.52º 0.6% 0.62% -
HSV(B) 336.52º 0.53% 0.85% -
XYZ 38.16 25.98 30.2 -
YUV 140.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 216 101 146 0 0.53 0.32 0.15 336.52 0.6 0.62
Hex D8 65 92 0 35 20 F 151 3C 3E
Octal 330 145 222 0 65 40 17 521 74 76
Binary 11011000 1100101 10010010 0 110101 100000 1111 101010001 111100 111110

Color Harmonies of #D86592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86592

Black with #D86592

Text Example


Text Example

White with #D86592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86592; }

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

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

background-color css

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

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

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

border-color css

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

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

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