Html Css Color HEX #DA6EA2 Pale Violet Red

📋 copy color: '#DA6EA2'

red 218 ◦ green 110 ◦ blue 162

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

Shades of Pale Violet Red #DA6EA2

Tints of Pale Violet Red #DA6EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.06%

R = 44.49%
G = 22.45%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA6EA2 (or 0xDA6EA2) is known color: Pale Violet Red. HEX triplet: DA, 6E and A2. RGB value is (218,110,162). Sum of RGB (Red+Green+Blue) = 218+110+162=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6EA2 is #25915D. Grayscale: #949494. Windows color (decimal): -2462046 or 10645210. OLE color: 10645210.

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

Color convert

RGB 218 110 162 -
CMYK 0 0.50 0.26 0.15
HSL 331.11º 0.59% 0.64% -
HSV(B) 331.11º 0.5% 0.85% -
XYZ 41.01 28.67 37.55 -
YUV 148.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 218 110 162 0 0.50 0.26 0.15 331.11 0.59 0.64
Hex DA 6E A2 0 32 1A F 14B 3B 40
Octal 332 156 242 0 62 32 17 513 73 100
Binary 11011010 1101110 10100010 0 110010 11010 1111 101001011 111011 1000000

Color Harmonies of #DA6EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EA2

Black with #DA6EA2

Text Example


Text Example

White with #DA6EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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