Html Css Color HEX #DA6FA6 Pale Violet Red

📋 copy color: '#DA6FA6'

red 218 ◦ green 111 ◦ blue 166

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

Shades of Pale Violet Red #DA6FA6

Tints of Pale Violet Red #DA6FA6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.42%

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

R = 44.04%
G = 22.42%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA6FA6 (or 0xDA6FA6) is known color: Pale Violet Red. HEX triplet: DA, 6F and A6. RGB value is (218,111,166). Sum of RGB (Red+Green+Blue) = 218+111+166=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6FA6 is #259059. Grayscale: #959595. Windows color (decimal): -2461786 or 10907610. OLE color: 10907610.

HSL color Cylindrical-coordinate representation of color #DA6FA6: hue angle of 329.16º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6FA6 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 166 -
CMYK 0 0.49 0.24 0.15
HSL 329.16º 0.59% 0.65% -
HSV(B) 329.16º 0.49% 0.85% -
XYZ 41.48 29.03 39.49 -
YUV 149.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 218 111 166 0 0.49 0.24 0.15 329.16 0.59 0.65
Hex DA 6F A6 0 31 18 F 149 3B 41
Octal 332 157 246 0 61 30 17 511 73 101
Binary 11011010 1101111 10100110 0 110001 11000 1111 101001001 111011 1000001

Color Harmonies of #DA6FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FA6

Black with #DA6FA6

Text Example


Text Example

White with #DA6FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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