Html Css Color HEX #D96589 Pale Violet Red

📋 copy color: '#D96589'

red 217 ◦ green 101 ◦ blue 137

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

Shades of Pale Violet Red #D96589

Tints of Pale Violet Red #D96589

RGB

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

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

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

R = 47.69%
G = 22.2%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D96589 (or 0xD96589) is known color: Pale Violet Red. HEX triplet: D9, 65 and 89. RGB value is (217,101,137). Sum of RGB (Red+Green+Blue) = 217+101+137=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D96589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96589 is #269A76. Grayscale: #8B8B8B. Windows color (decimal): -2529911 or 9004505. OLE color: 9004505.

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

Color convert

RGB 217 101 137 -
CMYK 0 0.53 0.37 0.15
HSL 341.38º 0.6% 0.62% -
HSV(B) 341.38º 0.53% 0.85% -
XYZ 37.78 25.87 26.67 -
YUV 139.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 217 101 137 0 0.53 0.37 0.15 341.38 0.6 0.62
Hex D9 65 89 0 35 25 F 155 3C 3E
Octal 331 145 211 0 65 45 17 525 74 76
Binary 11011001 1100101 10001001 0 110101 100101 1111 101010101 111100 111110

Color Harmonies of #D96589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96589

Black with #D96589

Text Example


Text Example

White with #D96589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96589; }

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

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

background-color css

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

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

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

border-color css

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

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

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