Html Css Color HEX #D97D9A Pale Violet Red

📋 copy color: '#D97D9A'

red 217 ◦ green 125 ◦ blue 154

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

Shades of Pale Violet Red #D97D9A

Tints of Pale Violet Red #D97D9A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.2%

 BLUE value IS 154 (60.55% from 255) = 31.05%

R = 43.75%
G = 25.2%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D97D9A (or 0xD97D9A) is known color: Pale Violet Red. HEX triplet: D9, 7D and 9A. RGB value is (217,125,154). Sum of RGB (Red+Green+Blue) = 217+125+154=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97D9A is #268265. Grayscale: #9B9B9B. Windows color (decimal): -2523750 or 10124761. OLE color: 10124761.

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

Color convert

RGB 217 125 154 -
CMYK 0 0.42 0.29 0.15
HSL 341.09º 0.55% 0.67% -
HSV(B) 341.09º 0.42% 0.85% -
XYZ 41.78 31.75 34.5 -
YUV 155.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 217 125 154 0 0.42 0.29 0.15 341.09 0.55 0.67
Hex D9 7D 9A 0 2A 1D F 155 37 43
Octal 331 175 232 0 52 35 17 525 67 103
Binary 11011001 1111101 10011010 0 101010 11101 1111 101010101 110111 1000011

Color Harmonies of #D97D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D9A

Black with #D97D9A

Text Example


Text Example

White with #D97D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D9A; }

 p { color: rgb(217,125,154); }

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

background-color css

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

 a { background-color: rgb(217,125,154); }

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

border-color css

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

 span { border-color: rgb(217,125,154); }

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