Html Css Color HEX #DA6E99 Pale Violet Red

📋 copy color: '#DA6E99'

red 218 ◦ green 110 ◦ blue 153

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

Shades of Pale Violet Red #DA6E99

Tints of Pale Violet Red #DA6E99

RGB

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

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

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

R = 45.32%
G = 22.87%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA6E99 (or 0xDA6E99) is known color: Pale Violet Red. HEX triplet: DA, 6E and 99. RGB value is (218,110,153). Sum of RGB (Red+Green+Blue) = 218+110+153=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E99 is #259166. Grayscale: #939393. Windows color (decimal): -2462055 or 10055386. OLE color: 10055386.

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

Color convert

RGB 218 110 153 -
CMYK 0 0.50 0.30 0.15
HSL 336.11º 0.59% 0.64% -
HSV(B) 336.11º 0.5% 0.85% -
XYZ 40.24 28.36 33.49 -
YUV 147.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 218 110 153 0 0.50 0.30 0.15 336.11 0.59 0.64
Hex DA 6E 99 0 32 1E F 150 3B 40
Octal 332 156 231 0 62 36 17 520 73 100
Binary 11011010 1101110 10011001 0 110010 11110 1111 101010000 111011 1000000

Color Harmonies of #DA6E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E99

Black with #DA6E99

Text Example


Text Example

White with #DA6E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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