Html Css Color HEX #D96594 Pale Violet Red

📋 copy color: '#D96594'

red 217 ◦ green 101 ◦ blue 148

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

Shades of Pale Violet Red #D96594

Tints of Pale Violet Red #D96594

RGB

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

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

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

R = 46.57%
G = 21.67%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D96594 (or 0xD96594) is known color: Pale Violet Red. HEX triplet: D9, 65 and 94. RGB value is (217,101,148). Sum of RGB (Red+Green+Blue) = 217+101+148=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D96594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96594 is #269A6B. Grayscale: #8C8C8C. Windows color (decimal): -2529900 or 9725401. OLE color: 9725401.

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

Color convert

RGB 217 101 148 -
CMYK 0 0.53 0.32 0.15
HSL 335.69º 0.6% 0.62% -
HSV(B) 335.69º 0.53% 0.85% -
XYZ 38.61 26.2 31.04 -
YUV 141.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 217 101 148 0 0.53 0.32 0.15 335.69 0.6 0.62
Hex D9 65 94 0 35 20 F 150 3C 3E
Octal 331 145 224 0 65 40 17 520 74 76
Binary 11011001 1100101 10010100 0 110101 100000 1111 101010000 111100 111110

Color Harmonies of #D96594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96594

Black with #D96594

Text Example


Text Example

White with #D96594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96594; }

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

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

background-color css

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

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

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

border-color css

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

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

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