Html Css Color HEX #D97B9C Pale Violet Red

📋 copy color: '#D97B9C'

red 217 ◦ green 123 ◦ blue 156

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

Shades of Pale Violet Red #D97B9C

Tints of Pale Violet Red #D97B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.45%

R = 43.75%
G = 24.8%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D97B9C (or 0xD97B9C) is known color: Pale Violet Red. HEX triplet: D9, 7B and 9C. RGB value is (217,123,156). Sum of RGB (Red+Green+Blue) = 217+123+156=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97B9C is #268463. Grayscale: #9A9A9A. Windows color (decimal): -2524260 or 10255321. OLE color: 10255321.

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

Color convert

RGB 217 123 156 -
CMYK 0 0.43 0.28 0.15
HSL 338.94º 0.55% 0.67% -
HSV(B) 338.94º 0.43% 0.85% -
XYZ 41.7 31.32 35.3 -
YUV 154.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 217 123 156 0 0.43 0.28 0.15 338.94 0.55 0.67
Hex D9 7B 9C 0 2B 1C F 153 37 43
Octal 331 173 234 0 53 34 17 523 67 103
Binary 11011001 1111011 10011100 0 101011 11100 1111 101010011 110111 1000011

Color Harmonies of #D97B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B9C

Black with #D97B9C

Text Example


Text Example

White with #D97B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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