Html Css Color HEX #D96489 Pale Violet Red

📋 copy color: '#D96489'

red 217 ◦ green 100 ◦ blue 137

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

Shades of Pale Violet Red #D96489

Tints of Pale Violet Red #D96489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.03%

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 47.8%
G = 22.03%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D96489 (or 0xD96489) is known color: Pale Violet Red. HEX triplet: D9, 64 and 89. RGB value is (217,100,137). Sum of RGB (Red+Green+Blue) = 217+100+137=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D96489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96489 is #269B76. Grayscale: #8B8B8B. Windows color (decimal): -2530167 or 9004249. OLE color: 9004249.

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

Color convert

RGB 217 100 137 -
CMYK 0 0.54 0.37 0.15
HSL 341.03º 0.61% 0.62% -
HSV(B) 341.03º 0.54% 0.85% -
XYZ 37.69 25.67 26.64 -
YUV 139.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 217 100 137 0 0.54 0.37 0.15 341.03 0.61 0.62
Hex D9 64 89 0 36 25 F 155 3D 3E
Octal 331 144 211 0 66 45 17 525 75 76
Binary 11011001 1100100 10001001 0 110110 100101 1111 101010101 111101 111110

Color Harmonies of #D96489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96489

Black with #D96489

Text Example


Text Example

White with #D96489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96489; }

 p { color: rgb(217,100,137); }

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

background-color css

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

 a { background-color: rgb(217,100,137); }

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

border-color css

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

 span { border-color: rgb(217,100,137); }

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