Html Css Color HEX #DA7494 Pale Violet Red

📋 copy color: '#DA7494'

red 218 ◦ green 116 ◦ blue 148

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

Shades of Pale Violet Red #DA7494

Tints of Pale Violet Red #DA7494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 45.23%
G = 24.07%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA7494 (or 0xDA7494) is known color: Pale Violet Red. HEX triplet: DA, 74 and 94. RGB value is (218,116,148). Sum of RGB (Red+Green+Blue) = 218+116+148=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7494 is #258B6B. Grayscale: #969696. Windows color (decimal): -2460524 or 9729242. OLE color: 9729242.

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

Color convert

RGB 218 116 148 -
CMYK 0 0.47 0.32 0.15
HSL 341.18º 0.58% 0.65% -
HSV(B) 341.18º 0.47% 0.85% -
XYZ 40.5 29.53 31.58 -
YUV 150.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 218 116 148 0 0.47 0.32 0.15 341.18 0.58 0.65
Hex DA 74 94 0 2F 20 F 155 3A 41
Octal 332 164 224 0 57 40 17 525 72 101
Binary 11011010 1110100 10010100 0 101111 100000 1111 101010101 111010 1000001

Color Harmonies of #DA7494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7494

Black with #DA7494

Text Example


Text Example

White with #DA7494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7494; }

 p { color: rgb(218,116,148); }

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

background-color css

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

 a { background-color: rgb(218,116,148); }

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

border-color css

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

 span { border-color: rgb(218,116,148); }

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