Html Css Color HEX #D97C99 Pale Violet Red

📋 copy color: '#D97C99'

red 217 ◦ green 124 ◦ blue 153

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

Shades of Pale Violet Red #D97C99

Tints of Pale Violet Red #D97C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.1%

 BLUE value IS 153 (60.16% from 255) = 30.97%

R = 43.93%
G = 25.1%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D97C99 (or 0xD97C99) is known color: Pale Violet Red. HEX triplet: D9, 7C and 99. RGB value is (217,124,153). Sum of RGB (Red+Green+Blue) = 217+124+153=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97C99 is #268366. Grayscale: #9B9B9B. Windows color (decimal): -2524007 or 10058969. OLE color: 10058969.

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

Color convert

RGB 217 124 153 -
CMYK 0 0.43 0.29 0.15
HSL 341.29º 0.55% 0.67% -
HSV(B) 341.29º 0.43% 0.85% -
XYZ 41.57 31.47 34.02 -
YUV 155.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 217 124 153 0 0.43 0.29 0.15 341.29 0.55 0.67
Hex D9 7C 99 0 2B 1D F 155 37 43
Octal 331 174 231 0 53 35 17 525 67 103
Binary 11011001 1111100 10011001 0 101011 11101 1111 101010101 110111 1000011

Color Harmonies of #D97C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C99

Black with #D97C99

Text Example


Text Example

White with #D97C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C99; }

 p { color: rgb(217,124,153); }

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

background-color css

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

 a { background-color: rgb(217,124,153); }

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

border-color css

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

 span { border-color: rgb(217,124,153); }

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