Html Css Color HEX #D86392 Pale Violet Red

📋 copy color: '#D86392'

red 216 ◦ green 99 ◦ blue 146

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

Shades of Pale Violet Red #D86392

Tints of Pale Violet Red #D86392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.48%

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

R = 46.85%
G = 21.48%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D86392 (or 0xD86392) is known color: Pale Violet Red. HEX triplet: D8, 63 and 92. RGB value is (216,99,146). Sum of RGB (Red+Green+Blue) = 216+99+146=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D86392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86392 is #279C6D. Grayscale: #8B8B8B. Windows color (decimal): -2595950 or 9593816. OLE color: 9593816.

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

Color convert

RGB 216 99 146 -
CMYK 0 0.54 0.32 0.15
HSL 335.9º 0.6% 0.62% -
HSV(B) 335.9º 0.54% 0.85% -
XYZ 37.97 25.6 30.13 -
YUV 139.34 131.76 182.68 -
System Red Green Blue C M Y K H S L
Decimal 216 99 146 0 0.54 0.32 0.15 335.9 0.6 0.62
Hex D8 63 92 0 36 20 F 150 3C 3E
Octal 330 143 222 0 66 40 17 520 74 76
Binary 11011000 1100011 10010010 0 110110 100000 1111 101010000 111100 111110

Color Harmonies of #D86392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86392

Black with #D86392

Text Example


Text Example

White with #D86392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86392; }

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

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

background-color css

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

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

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

border-color css

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

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

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