Html Css Color HEX #DA6EA3 Pale Violet Red

📋 copy color: '#DA6EA3'

red 218 ◦ green 110 ◦ blue 163

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

Shades of Pale Violet Red #DA6EA3

Tints of Pale Violet Red #DA6EA3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.4%

 BLUE value IS 163 (64.06% from 255) = 33.2%

R = 44.4%
G = 22.4%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA6EA3 (or 0xDA6EA3) is known color: Pale Violet Red. HEX triplet: DA, 6E and A3. RGB value is (218,110,163). Sum of RGB (Red+Green+Blue) = 218+110+163=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6EA3 is #25915C. Grayscale: #949494. Windows color (decimal): -2462045 or 10710746. OLE color: 10710746.

HSL color Cylindrical-coordinate representation of color #DA6EA3: hue angle of 330.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6EA3 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 163 -
CMYK 0 0.50 0.25 0.15
HSL 330.56º 0.59% 0.64% -
HSV(B) 330.56º 0.5% 0.85% -
XYZ 41.1 28.7 38.02 -
YUV 148.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 218 110 163 0 0.50 0.25 0.15 330.56 0.59 0.64
Hex DA 6E A3 0 32 19 F 14B 3B 40
Octal 332 156 243 0 62 31 17 513 73 100
Binary 11011010 1101110 10100011 0 110010 11001 1111 101001011 111011 1000000

Color Harmonies of #DA6EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EA3

Black with #DA6EA3

Text Example


Text Example

White with #DA6EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EA3; }

 p { color: rgb(218,110,163); }

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

background-color css

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

 a { background-color: rgb(218,110,163); }

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

border-color css

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

 span { border-color: rgb(218,110,163); }

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