Html Css Color HEX #D86491 Pale Violet Red

📋 copy color: '#D86491'

red 216 ◦ green 100 ◦ blue 145

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

Shades of Pale Violet Red #D86491

Tints of Pale Violet Red #D86491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 46.85%
G = 21.69%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D86491 (or 0xD86491) is known color: Pale Violet Red. HEX triplet: D8, 64 and 91. RGB value is (216,100,145). Sum of RGB (Red+Green+Blue) = 216+100+145=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D86491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86491 is #279B6E. Grayscale: #8B8B8B. Windows color (decimal): -2595695 or 9528536. OLE color: 9528536.

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

Color convert

RGB 216 100 145 -
CMYK 0 0.54 0.33 0.15
HSL 336.72º 0.6% 0.62% -
HSV(B) 336.72º 0.54% 0.85% -
XYZ 37.99 25.76 29.76 -
YUV 139.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 216 100 145 0 0.54 0.33 0.15 336.72 0.6 0.62
Hex D8 64 91 0 36 21 F 151 3C 3E
Octal 330 144 221 0 66 41 17 521 74 76
Binary 11011000 1100100 10010001 0 110110 100001 1111 101010001 111100 111110

Color Harmonies of #D86491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86491

Black with #D86491

Text Example


Text Example

White with #D86491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86491; }

 p { color: rgb(216,100,145); }

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

background-color css

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

 a { background-color: rgb(216,100,145); }

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

border-color css

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

 span { border-color: rgb(216,100,145); }

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