Html Css Color HEX #DA7099 Pale Violet Red

📋 copy color: '#DA7099'

red 218 ◦ green 112 ◦ blue 153

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

Shades of Pale Violet Red #DA7099

Tints of Pale Violet Red #DA7099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.19%

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

R = 45.13%
G = 23.19%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA7099 (or 0xDA7099) is known color: Pale Violet Red. HEX triplet: DA, 70 and 99. RGB value is (218,112,153). Sum of RGB (Red+Green+Blue) = 218+112+153=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7099 is #258F66. Grayscale: #949494. Windows color (decimal): -2461543 or 10055898. OLE color: 10055898.

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

Color convert

RGB 218 112 153 -
CMYK 0 0.49 0.30 0.15
HSL 336.79º 0.59% 0.65% -
HSV(B) 336.79º 0.49% 0.85% -
XYZ 40.46 28.79 33.56 -
YUV 148.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 218 112 153 0 0.49 0.30 0.15 336.79 0.59 0.65
Hex DA 70 99 0 31 1E F 151 3B 41
Octal 332 160 231 0 61 36 17 521 73 101
Binary 11011010 1110000 10011001 0 110001 11110 1111 101010001 111011 1000001

Color Harmonies of #DA7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7099

Black with #DA7099

Text Example


Text Example

White with #DA7099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7099; }

 p { color: rgb(218,112,153); }

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

background-color css

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

 a { background-color: rgb(218,112,153); }

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

border-color css

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

 span { border-color: rgb(218,112,153); }

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