Html Css Color HEX #DA6499 Pale Violet Red

📋 copy color: '#DA6499'

red 218 ◦ green 100 ◦ blue 153

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

Shades of Pale Violet Red #DA6499

Tints of Pale Violet Red #DA6499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 46.28%
G = 21.23%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA6499 (or 0xDA6499) is known color: Pale Violet Red. HEX triplet: DA, 64 and 99. RGB value is (218,100,153). Sum of RGB (Red+Green+Blue) = 218+100+153=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6499 is #259B66. Grayscale: #8D8D8D. Windows color (decimal): -2464615 or 10052826. OLE color: 10052826.

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

Color convert

RGB 218 100 153 -
CMYK 0 0.54 0.30 0.15
HSL 333.05º 0.61% 0.62% -
HSV(B) 333.05º 0.54% 0.85% -
XYZ 39.22 26.32 33.15 -
YUV 141.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 218 100 153 0 0.54 0.30 0.15 333.05 0.61 0.62
Hex DA 64 99 0 36 1E F 14D 3D 3E
Octal 332 144 231 0 66 36 17 515 75 76
Binary 11011010 1100100 10011001 0 110110 11110 1111 101001101 111101 111110

Color Harmonies of #DA6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6499

Black with #DA6499

Text Example


Text Example

White with #DA6499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6499; }

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

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

background-color css

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

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

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

border-color css

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

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

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