Html Css Color HEX #D96294 Pale Violet Red

📋 copy color: '#D96294'

red 217 ◦ green 98 ◦ blue 148

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

Shades of Pale Violet Red #D96294

Tints of Pale Violet Red #D96294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.17%

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

R = 46.87%
G = 21.17%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D96294 (or 0xD96294) is known color: Pale Violet Red. HEX triplet: D9, 62 and 94. RGB value is (217,98,148). Sum of RGB (Red+Green+Blue) = 217+98+148=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D96294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96294 is #269D6B. Grayscale: #8B8B8B. Windows color (decimal): -2530668 or 9724633. OLE color: 9724633.

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

Color convert

RGB 217 98 148 -
CMYK 0 0.55 0.32 0.15
HSL 334.79º 0.61% 0.62% -
HSV(B) 334.79º 0.55% 0.85% -
XYZ 38.33 25.63 30.94 -
YUV 139.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 217 98 148 0 0.55 0.32 0.15 334.79 0.61 0.62
Hex D9 62 94 0 37 20 F 14F 3D 3E
Octal 331 142 224 0 67 40 17 517 75 76
Binary 11011001 1100010 10010100 0 110111 100000 1111 101001111 111101 111110

Color Harmonies of #D96294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96294

Black with #D96294

Text Example


Text Example

White with #D96294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96294; }

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

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

background-color css

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

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

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

border-color css

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

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

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