Html Css Color HEX #D97BA7 Pale Violet Red

📋 copy color: '#D97BA7'

red 217 ◦ green 123 ◦ blue 167

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

Shades of Pale Violet Red #D97BA7

Tints of Pale Violet Red #D97BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.94%

R = 42.8%
G = 24.26%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D97BA7 (or 0xD97BA7) is known color: Pale Violet Red. HEX triplet: D9, 7B and A7. RGB value is (217,123,167). Sum of RGB (Red+Green+Blue) = 217+123+167=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97BA7 is #268458. Grayscale: #9C9C9C. Windows color (decimal): -2524249 or 10976217. OLE color: 10976217.

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

Color convert

RGB 217 123 167 -
CMYK 0 0.43 0.23 0.15
HSL 331.91º 0.55% 0.67% -
HSV(B) 331.91º 0.43% 0.85% -
XYZ 42.67 31.71 40.43 -
YUV 156.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 217 123 167 0 0.43 0.23 0.15 331.91 0.55 0.67
Hex D9 7B A7 0 2B 17 F 14C 37 43
Octal 331 173 247 0 53 27 17 514 67 103
Binary 11011001 1111011 10100111 0 101011 10111 1111 101001100 110111 1000011

Color Harmonies of #D97BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BA7

Black with #D97BA7

Text Example


Text Example

White with #D97BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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