Html Css Color HEX #DA6495 Pale Violet Red

📋 copy color: '#DA6495'

red 218 ◦ green 100 ◦ blue 149

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

Shades of Pale Violet Red #DA6495

Tints of Pale Violet Red #DA6495

RGB

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

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

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

R = 46.68%
G = 21.41%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA6495 (or 0xDA6495) is known color: Pale Violet Red. HEX triplet: DA, 64 and 95. RGB value is (218,100,149). Sum of RGB (Red+Green+Blue) = 218+100+149=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6495 is #259B6A. Grayscale: #8C8C8C. Windows color (decimal): -2464619 or 9790682. OLE color: 9790682.

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

Color convert

RGB 218 100 149 -
CMYK 0 0.54 0.32 0.15
HSL 335.08º 0.61% 0.62% -
HSV(B) 335.08º 0.54% 0.85% -
XYZ 38.9 26.19 31.44 -
YUV 140.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 218 100 149 0 0.54 0.32 0.15 335.08 0.61 0.62
Hex DA 64 95 0 36 20 F 14F 3D 3E
Octal 332 144 225 0 66 40 17 517 75 76
Binary 11011010 1100100 10010101 0 110110 100000 1111 101001111 111101 111110

Color Harmonies of #DA6495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6495

Black with #DA6495

Text Example


Text Example

White with #DA6495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6495; }

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

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

background-color css

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

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

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

border-color css

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

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

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