Html Css Color HEX #DA7095 Pale Violet Red

📋 copy color: '#DA7095'

red 218 ◦ green 112 ◦ blue 149

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

Shades of Pale Violet Red #DA7095

Tints of Pale Violet Red #DA7095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 45.51%
G = 23.38%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA7095 (or 0xDA7095) is known color: Pale Violet Red. HEX triplet: DA, 70 and 95. RGB value is (218,112,149). Sum of RGB (Red+Green+Blue) = 218+112+149=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7095 is #258F6A. Grayscale: #939393. Windows color (decimal): -2461547 or 9793754. OLE color: 9793754.

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

Color convert

RGB 218 112 149 -
CMYK 0 0.49 0.32 0.15
HSL 339.06º 0.59% 0.65% -
HSV(B) 339.06º 0.49% 0.85% -
XYZ 40.13 28.66 31.85 -
YUV 147.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 218 112 149 0 0.49 0.32 0.15 339.06 0.59 0.65
Hex DA 70 95 0 31 20 F 153 3B 41
Octal 332 160 225 0 61 40 17 523 73 101
Binary 11011010 1110000 10010101 0 110001 100000 1111 101010011 111011 1000001

Color Harmonies of #DA7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7095

Black with #DA7095

Text Example


Text Example

White with #DA7095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7095; }

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

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

background-color css

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

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

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

border-color css

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

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

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