Html Css Color HEX #D96391 Pale Violet Red

📋 copy color: '#D96391'

red 217 ◦ green 99 ◦ blue 145

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

Shades of Pale Violet Red #D96391

Tints of Pale Violet Red #D96391

RGB

 RED value IS 217 (85.16% from 255) = 47.07%

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

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

R = 47.07%
G = 21.48%
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

#D96391 (or 0xD96391) is known color: Pale Violet Red. HEX triplet: D9, 63 and 91. RGB value is (217,99,145). Sum of RGB (Red+Green+Blue) = 217+99+145=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D96391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96391 is #269C6E. Grayscale: #8B8B8B. Windows color (decimal): -2530415 or 9528281. OLE color: 9528281.

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

Color convert

RGB 217 99 145 -
CMYK 0 0.54 0.33 0.15
HSL 336.61º 0.61% 0.62% -
HSV(B) 336.61º 0.54% 0.85% -
XYZ 38.19 25.72 29.74 -
YUV 139.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 217 99 145 0 0.54 0.33 0.15 336.61 0.61 0.62
Hex D9 63 91 0 36 21 F 151 3D 3E
Octal 331 143 221 0 66 41 17 521 75 76
Binary 11011001 1100011 10010001 0 110110 100001 1111 101010001 111101 111110

Color Harmonies of #D96391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96391

Black with #D96391

Text Example


Text Example

White with #D96391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96391; }

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

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

background-color css

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

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

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

border-color css

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

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

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