Html Css Color HEX #D96994 Pale Violet Red

📋 copy color: '#D96994'

red 217 ◦ green 105 ◦ blue 148

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

Shades of Pale Violet Red #D96994

Tints of Pale Violet Red #D96994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.34%

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

R = 46.17%
G = 22.34%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D96994 (or 0xD96994) is known color: Pale Violet Red. HEX triplet: D9, 69 and 94. RGB value is (217,105,148). Sum of RGB (Red+Green+Blue) = 217+105+148=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D96994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96994 is #26966B. Grayscale: #8F8F8F. Windows color (decimal): -2528876 or 9726425. OLE color: 9726425.

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

Color convert

RGB 217 105 148 -
CMYK 0 0.52 0.32 0.15
HSL 336.96º 0.6% 0.63% -
HSV(B) 336.96º 0.52% 0.85% -
XYZ 39.01 26.99 31.17 -
YUV 143.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 217 105 148 0 0.52 0.32 0.15 336.96 0.6 0.63
Hex D9 69 94 0 34 20 F 151 3C 3F
Octal 331 151 224 0 64 40 17 521 74 77
Binary 11011001 1101001 10010100 0 110100 100000 1111 101010001 111100 111111

Color Harmonies of #D96994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96994

Black with #D96994

Text Example


Text Example

White with #D96994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96994; }

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

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

background-color css

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

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

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

border-color css

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

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

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