Html Css Color HEX #D96395 Pale Violet Red

📋 copy color: '#D96395'

red 217 ◦ green 99 ◦ blue 149

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

Shades of Pale Violet Red #D96395

Tints of Pale Violet Red #D96395

RGB

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

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

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

R = 46.67%
G = 21.29%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D96395 (or 0xD96395) is known color: Pale Violet Red. HEX triplet: D9, 63 and 95. RGB value is (217,99,149). Sum of RGB (Red+Green+Blue) = 217+99+149=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D96395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96395 is #269C6A. Grayscale: #8B8B8B. Windows color (decimal): -2530411 or 9790425. OLE color: 9790425.

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

Color convert

RGB 217 99 149 -
CMYK 0 0.54 0.31 0.15
HSL 334.58º 0.61% 0.62% -
HSV(B) 334.58º 0.54% 0.85% -
XYZ 38.5 25.85 31.39 -
YUV 139.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 217 99 149 0 0.54 0.31 0.15 334.58 0.61 0.62
Hex D9 63 95 0 36 1F F 14F 3D 3E
Octal 331 143 225 0 66 37 17 517 75 76
Binary 11011001 1100011 10010101 0 110110 11111 1111 101001111 111101 111110

Color Harmonies of #D96395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96395

Black with #D96395

Text Example


Text Example

White with #D96395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96395; }

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

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

background-color css

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

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

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

border-color css

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

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

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