Html Css Color HEX #D97BA6 Pale Violet Red

📋 copy color: '#D97BA6'

red 217 ◦ green 123 ◦ blue 166

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

Shades of Pale Violet Red #D97BA6

Tints of Pale Violet Red #D97BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.31%

 BLUE value IS 166 (65.23% from 255) = 32.81%

R = 42.89%
G = 24.31%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D97BA6 (or 0xD97BA6) is known color: Pale Violet Red. HEX triplet: D9, 7B and A6. RGB value is (217,123,166). Sum of RGB (Red+Green+Blue) = 217+123+166=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97BA6 is #268459. Grayscale: #9B9B9B. Windows color (decimal): -2524250 or 10910681. OLE color: 10910681.

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

Color convert

RGB 217 123 166 -
CMYK 0 0.43 0.24 0.15
HSL 332.55º 0.55% 0.67% -
HSV(B) 332.55º 0.43% 0.85% -
XYZ 42.58 31.67 39.95 -
YUV 156.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 217 123 166 0 0.43 0.24 0.15 332.55 0.55 0.67
Hex D9 7B A6 0 2B 18 F 14D 37 43
Octal 331 173 246 0 53 30 17 515 67 103
Binary 11011001 1111011 10100110 0 101011 11000 1111 101001101 110111 1000011

Color Harmonies of #D97BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BA6

Black with #D97BA6

Text Example


Text Example

White with #D97BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BA6; }

 p { color: rgb(217,123,166); }

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

background-color css

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

 a { background-color: rgb(217,123,166); }

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

border-color css

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

 span { border-color: rgb(217,123,166); }

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