Html Css Color HEX #DA7197 Pale Violet Red

📋 copy color: '#DA7197'

red 218 ◦ green 113 ◦ blue 151

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

Shades of Pale Violet Red #DA7197

Tints of Pale Violet Red #DA7197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.44%

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

R = 45.23%
G = 23.44%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA7197 (or 0xDA7197) is known color: Pale Violet Red. HEX triplet: DA, 71 and 97. RGB value is (218,113,151). Sum of RGB (Red+Green+Blue) = 218+113+151=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7197 is #258E68. Grayscale: #949494. Windows color (decimal): -2461289 or 9925082. OLE color: 9925082.

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

Color convert

RGB 218 113 151 -
CMYK 0 0.48 0.31 0.15
HSL 338.29º 0.59% 0.65% -
HSV(B) 338.29º 0.48% 0.85% -
XYZ 40.4 28.95 32.74 -
YUV 148.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 218 113 151 0 0.48 0.31 0.15 338.29 0.59 0.65
Hex DA 71 97 0 30 1F F 152 3B 41
Octal 332 161 227 0 60 37 17 522 73 101
Binary 11011010 1110001 10010111 0 110000 11111 1111 101010010 111011 1000001

Color Harmonies of #DA7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7197

Black with #DA7197

Text Example


Text Example

White with #DA7197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7197; }

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

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

background-color css

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

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

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

border-color css

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

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

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