Html Css Color HEX #D96595 Pale Violet Red

📋 copy color: '#D96595'

red 217 ◦ green 101 ◦ blue 149

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

Shades of Pale Violet Red #D96595

Tints of Pale Violet Red #D96595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 46.47%
G = 21.63%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D96595 (or 0xD96595) is known color: Pale Violet Red. HEX triplet: D9, 65 and 95. RGB value is (217,101,149). Sum of RGB (Red+Green+Blue) = 217+101+149=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D96595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96595 is #269A6A. Grayscale: #8D8D8D. Windows color (decimal): -2529899 or 9790937. OLE color: 9790937.

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

Color convert

RGB 217 101 149 -
CMYK 0 0.53 0.31 0.15
HSL 335.17º 0.6% 0.62% -
HSV(B) 335.17º 0.53% 0.85% -
XYZ 38.69 26.23 31.46 -
YUV 141.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 217 101 149 0 0.53 0.31 0.15 335.17 0.6 0.62
Hex D9 65 95 0 35 1F F 14F 3C 3E
Octal 331 145 225 0 65 37 17 517 74 76
Binary 11011001 1100101 10010101 0 110101 11111 1111 101001111 111100 111110

Color Harmonies of #D96595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96595

Black with #D96595

Text Example


Text Example

White with #D96595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96595; }

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

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

background-color css

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

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

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

border-color css

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

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

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