Html Css Color HEX #DA6490 Pale Violet Red

📋 copy color: '#DA6490'

red 218 ◦ green 100 ◦ blue 144

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

Shades of Pale Violet Red #DA6490

Tints of Pale Violet Red #DA6490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.65%

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

R = 47.19%
G = 21.65%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA6490 (or 0xDA6490) is known color: Pale Violet Red. HEX triplet: DA, 64 and 90. RGB value is (218,100,144). Sum of RGB (Red+Green+Blue) = 218+100+144=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6490 is #259B6F. Grayscale: #8C8C8C. Windows color (decimal): -2464624 or 9463002. OLE color: 9463002.

HSL color Cylindrical-coordinate representation of color #DA6490: hue angle of 337.63º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6490 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 100 144 -
CMYK 0 0.54 0.34 0.15
HSL 337.63º 0.61% 0.62% -
HSV(B) 337.63º 0.54% 0.85% -
XYZ 38.5 26.03 29.38 -
YUV 140.3 130.09 183.42 -
System Red Green Blue C M Y K H S L
Decimal 218 100 144 0 0.54 0.34 0.15 337.63 0.61 0.62
Hex DA 64 90 0 36 22 F 152 3D 3E
Octal 332 144 220 0 66 42 17 522 75 76
Binary 11011010 1100100 10010000 0 110110 100010 1111 101010010 111101 111110

Color Harmonies of #DA6490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6490

Black with #DA6490

Text Example


Text Example

White with #DA6490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6490; }

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

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

background-color css

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

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

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

border-color css

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

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

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