Html Css Color HEX #D96394 Pale Violet Red

📋 copy color: '#D96394'

red 217 ◦ green 99 ◦ blue 148

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

Shades of Pale Violet Red #D96394

Tints of Pale Violet Red #D96394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.9%

R = 46.77%
G = 21.34%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D96394 (or 0xD96394) is known color: Pale Violet Red. HEX triplet: D9, 63 and 94. RGB value is (217,99,148). Sum of RGB (Red+Green+Blue) = 217+99+148=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D96394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96394 is #269C6B. Grayscale: #8B8B8B. Windows color (decimal): -2530412 or 9724889. OLE color: 9724889.

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

Color convert

RGB 217 99 148 -
CMYK 0 0.54 0.32 0.15
HSL 335.08º 0.61% 0.62% -
HSV(B) 335.08º 0.54% 0.85% -
XYZ 38.42 25.81 30.97 -
YUV 139.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 217 99 148 0 0.54 0.32 0.15 335.08 0.61 0.62
Hex D9 63 94 0 36 20 F 14F 3D 3E
Octal 331 143 224 0 66 40 17 517 75 76
Binary 11011001 1100011 10010100 0 110110 100000 1111 101001111 111101 111110

Color Harmonies of #D96394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96394

Black with #D96394

Text Example


Text Example

White with #D96394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96394; }

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

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

background-color css

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

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

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

border-color css

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

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

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