Html Css Color HEX #D86389 Pale Violet Red

📋 copy color: '#D86389'

red 216 ◦ green 99 ◦ blue 137

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

Shades of Pale Violet Red #D86389

Tints of Pale Violet Red #D86389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.31%

R = 47.79%
G = 21.9%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D86389 (or 0xD86389) is known color: Pale Violet Red. HEX triplet: D8, 63 and 89. RGB value is (216,99,137). Sum of RGB (Red+Green+Blue) = 216+99+137=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D86389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86389 is #279C76. Grayscale: #8A8A8A. Windows color (decimal): -2595959 or 9003992. OLE color: 9003992.

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

Color convert

RGB 216 99 137 -
CMYK 0 0.54 0.37 0.15
HSL 340.51º 0.6% 0.62% -
HSV(B) 340.51º 0.54% 0.85% -
XYZ 37.3 25.33 26.59 -
YUV 138.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 216 99 137 0 0.54 0.37 0.15 340.51 0.6 0.62
Hex D8 63 89 0 36 25 F 155 3C 3E
Octal 330 143 211 0 66 45 17 525 74 76
Binary 11011000 1100011 10001001 0 110110 100101 1111 101010101 111100 111110

Color Harmonies of #D86389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86389

Black with #D86389

Text Example


Text Example

White with #D86389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86389; }

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

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

background-color css

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

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

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

border-color css

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

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

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