Html Css Color HEX #D86391 Pale Violet Red

📋 copy color: '#D86391'

red 216 ◦ green 99 ◦ blue 145

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

Shades of Pale Violet Red #D86391

Tints of Pale Violet Red #D86391

RGB

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

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

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

R = 46.96%
G = 21.52%
B = 31.52%

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

#D86391 (or 0xD86391) is known color: Pale Violet Red. HEX triplet: D8, 63 and 91. RGB value is (216,99,145). Sum of RGB (Red+Green+Blue) = 216+99+145=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D86391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86391 is #279C6E. Grayscale: #8B8B8B. Windows color (decimal): -2595951 or 9528280. OLE color: 9528280.

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

Color convert

RGB 216 99 145 -
CMYK 0 0.54 0.33 0.15
HSL 336.41º 0.6% 0.62% -
HSV(B) 336.41º 0.54% 0.85% -
XYZ 37.89 25.57 29.73 -
YUV 139.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 216 99 145 0 0.54 0.33 0.15 336.41 0.6 0.62
Hex D8 63 91 0 36 21 F 150 3C 3E
Octal 330 143 221 0 66 41 17 520 74 76
Binary 11011000 1100011 10010001 0 110110 100001 1111 101010000 111100 111110

Color Harmonies of #D86391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86391

Black with #D86391

Text Example


Text Example

White with #D86391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86391; }

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

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

background-color css

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

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

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

border-color css

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

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

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