Html Css Color HEX #D96591 Pale Violet Red

📋 copy color: '#D96591'

red 217 ◦ green 101 ◦ blue 145

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

Shades of Pale Violet Red #D96591

Tints of Pale Violet Red #D96591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.81%

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

R = 46.87%
G = 21.81%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D96591 (or 0xD96591) is known color: Pale Violet Red. HEX triplet: D9, 65 and 91. RGB value is (217,101,145). Sum of RGB (Red+Green+Blue) = 217+101+145=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D96591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96591 is #269A6E. Grayscale: #8C8C8C. Windows color (decimal): -2529903 or 9528793. OLE color: 9528793.

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

Color convert

RGB 217 101 145 -
CMYK 0 0.53 0.33 0.15
HSL 337.24º 0.6% 0.62% -
HSV(B) 337.24º 0.53% 0.85% -
XYZ 38.38 26.1 29.8 -
YUV 140.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 217 101 145 0 0.53 0.33 0.15 337.24 0.6 0.62
Hex D9 65 91 0 35 21 F 151 3C 3E
Octal 331 145 221 0 65 41 17 521 74 76
Binary 11011001 1100101 10010001 0 110101 100001 1111 101010001 111100 111110

Color Harmonies of #D96591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96591

Black with #D96591

Text Example


Text Example

White with #D96591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96591; }

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

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

background-color css

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

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

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

border-color css

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

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

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