Html Css Color HEX #DA6493 Pale Violet Red

📋 copy color: '#DA6493'

red 218 ◦ green 100 ◦ blue 147

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

Shades of Pale Violet Red #DA6493

Tints of Pale Violet Red #DA6493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.61%

R = 46.88%
G = 21.51%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA6493 (or 0xDA6493) is known color: Pale Violet Red. HEX triplet: DA, 64 and 93. RGB value is (218,100,147). Sum of RGB (Red+Green+Blue) = 218+100+147=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6493 is #259B6C. Grayscale: #8C8C8C. Windows color (decimal): -2464621 or 9659610. OLE color: 9659610.

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

Color convert

RGB 218 100 147 -
CMYK 0 0.54 0.33 0.15
HSL 336.1º 0.61% 0.62% -
HSV(B) 336.1º 0.54% 0.85% -
XYZ 38.74 26.13 30.6 -
YUV 140.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 218 100 147 0 0.54 0.33 0.15 336.1 0.61 0.62
Hex DA 64 93 0 36 21 F 150 3D 3E
Octal 332 144 223 0 66 41 17 520 75 76
Binary 11011010 1100100 10010011 0 110110 100001 1111 101010000 111101 111110

Color Harmonies of #DA6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6493

Black with #DA6493

Text Example


Text Example

White with #DA6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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