Html Css Color HEX #DA7490 Pale Violet Red

📋 copy color: '#DA7490'

red 218 ◦ green 116 ◦ blue 144

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

Shades of Pale Violet Red #DA7490

Tints of Pale Violet Red #DA7490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 45.61%
G = 24.27%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA7490 (or 0xDA7490) is known color: Pale Violet Red. HEX triplet: DA, 74 and 90. RGB value is (218,116,144). Sum of RGB (Red+Green+Blue) = 218+116+144=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7490 is #258B6F. Grayscale: #959595. Windows color (decimal): -2460528 or 9467098. OLE color: 9467098.

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

Color convert

RGB 218 116 144 -
CMYK 0 0.47 0.34 0.15
HSL 343.53º 0.58% 0.65% -
HSV(B) 343.53º 0.47% 0.85% -
XYZ 40.19 29.41 29.94 -
YUV 149.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 218 116 144 0 0.47 0.34 0.15 343.53 0.58 0.65
Hex DA 74 90 0 2F 22 F 158 3A 41
Octal 332 164 220 0 57 42 17 530 72 101
Binary 11011010 1110100 10010000 0 101111 100010 1111 101011000 111010 1000001

Color Harmonies of #DA7490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7490

Black with #DA7490

Text Example


Text Example

White with #DA7490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7490; }

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

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

background-color css

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

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

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

border-color css

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

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

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