Html Css Color HEX #DA6EA6 Pale Violet Red

📋 copy color: '#DA6EA6'

red 218 ◦ green 110 ◦ blue 166

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

Shades of Pale Violet Red #DA6EA6

Tints of Pale Violet Red #DA6EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.6%

R = 44.13%
G = 22.27%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA6EA6 (or 0xDA6EA6) is known color: Pale Violet Red. HEX triplet: DA, 6E and A6. RGB value is (218,110,166). Sum of RGB (Red+Green+Blue) = 218+110+166=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6EA6 is #259159. Grayscale: #949494. Windows color (decimal): -2462042 or 10907354. OLE color: 10907354.

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

Color convert

RGB 218 110 166 -
CMYK 0 0.50 0.24 0.15
HSL 328.89º 0.59% 0.64% -
HSV(B) 328.89º 0.5% 0.85% -
XYZ 41.37 28.81 39.46 -
YUV 148.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 218 110 166 0 0.50 0.24 0.15 328.89 0.59 0.64
Hex DA 6E A6 0 32 18 F 149 3B 40
Octal 332 156 246 0 62 30 17 511 73 100
Binary 11011010 1101110 10100110 0 110010 11000 1111 101001001 111011 1000000

Color Harmonies of #DA6EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EA6

Black with #DA6EA6

Text Example


Text Example

White with #DA6EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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