Html Css Color HEX #D97298 Pale Violet Red

📋 copy color: '#D97298'

red 217 ◦ green 114 ◦ blue 152

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

Shades of Pale Violet Red #D97298

Tints of Pale Violet Red #D97298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.6%

 BLUE value IS 152 (59.77% from 255) = 31.47%

R = 44.93%
G = 23.6%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D97298 (or 0xD97298) is known color: Pale Violet Red. HEX triplet: D9, 72 and 98. RGB value is (217,114,152). Sum of RGB (Red+Green+Blue) = 217+114+152=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D97298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97298 is #268D67. Grayscale: #959595. Windows color (decimal): -2526568 or 9990873. OLE color: 9990873.

HSL color Cylindrical-coordinate representation of color #D97298: hue angle of 337.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97298 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 152 -
CMYK 0 0.47 0.30 0.15
HSL 337.86º 0.58% 0.65% -
HSV(B) 337.86º 0.47% 0.85% -
XYZ 40.3 29.05 33.19 -
YUV 149.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 217 114 152 0 0.47 0.30 0.15 337.86 0.58 0.65
Hex D9 72 98 0 2F 1E F 152 3A 41
Octal 331 162 230 0 57 36 17 522 72 101
Binary 11011001 1110010 10011000 0 101111 11110 1111 101010010 111010 1000001

Color Harmonies of #D97298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97298

Black with #D97298

Text Example


Text Example

White with #D97298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97298; }

 p { color: rgb(217,114,152); }

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

background-color css

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

 a { background-color: rgb(217,114,152); }

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

border-color css

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

 span { border-color: rgb(217,114,152); }

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