Html Css Color HEX #DA7997 Pale Violet Red

📋 copy color: '#DA7997'

red 218 ◦ green 121 ◦ blue 151

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

Shades of Pale Violet Red #DA7997

Tints of Pale Violet Red #DA7997

RGB

 RED value IS 218 (85.55% from 255) = 44.49%

 GREEN value IS 121 (47.66% from 255) = 24.69%

 BLUE value IS 151 (59.38% from 255) = 30.82%

R = 44.49%
G = 24.69%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA7997 (or 0xDA7997) is known color: Pale Violet Red. HEX triplet: DA, 79 and 97. RGB value is (218,121,151). Sum of RGB (Red+Green+Blue) = 218+121+151=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7997 is #258668. Grayscale: #999999. Windows color (decimal): -2459241 or 9927130. OLE color: 9927130.

HSL color Cylindrical-coordinate representation of color #DA7997: hue angle of 341.44º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7997 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 121 151 -
CMYK 0 0.44 0.31 0.15
HSL 341.44º 0.57% 0.66% -
HSV(B) 341.44º 0.44% 0.85% -
XYZ 41.34 30.81 33.05 -
YUV 153.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 218 121 151 0 0.44 0.31 0.15 341.44 0.57 0.66
Hex DA 79 97 0 2C 1F F 155 39 42
Octal 332 171 227 0 54 37 17 525 71 102
Binary 11011010 1111001 10010111 0 101100 11111 1111 101010101 111001 1000010

Color Harmonies of #DA7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7997

Black with #DA7997

Text Example


Text Example

White with #DA7997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7997; }

 p { color: rgb(218,121,151); }

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

background-color css

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

 a { background-color: rgb(218,121,151); }

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

border-color css

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

 span { border-color: rgb(218,121,151); }

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