Html Css Color HEX #D97B93 Pale Violet Red

📋 copy color: '#D97B93'

red 217 ◦ green 123 ◦ blue 147

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

Shades of Pale Violet Red #D97B93

Tints of Pale Violet Red #D97B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.18%

R = 44.56%
G = 25.26%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D97B93 (or 0xD97B93) is known color: Pale Violet Red. HEX triplet: D9, 7B and 93. RGB value is (217,123,147). Sum of RGB (Red+Green+Blue) = 217+123+147=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97B93 is #26846C. Grayscale: #999999. Windows color (decimal): -2524269 or 9665497. OLE color: 9665497.

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

Color convert

RGB 217 123 147 -
CMYK 0 0.43 0.32 0.15
HSL 344.68º 0.55% 0.67% -
HSV(B) 344.68º 0.43% 0.85% -
XYZ 40.96 31.02 31.43 -
YUV 153.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 217 123 147 0 0.43 0.32 0.15 344.68 0.55 0.67
Hex D9 7B 93 0 2B 20 F 159 37 43
Octal 331 173 223 0 53 40 17 531 67 103
Binary 11011001 1111011 10010011 0 101011 100000 1111 101011001 110111 1000011

Color Harmonies of #D97B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B93

Black with #D97B93

Text Example


Text Example

White with #D97B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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