Html Css Color HEX #DA6FA5 Pale Violet Red

📋 copy color: '#DA6FA5'

red 218 ◦ green 111 ◦ blue 165

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

Shades of Pale Violet Red #DA6FA5

Tints of Pale Violet Red #DA6FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.4%

R = 44.13%
G = 22.47%
B = 33.4%

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

#DA6FA5 (or 0xDA6FA5) is known color: Pale Violet Red. HEX triplet: DA, 6F and A5. RGB value is (218,111,165). Sum of RGB (Red+Green+Blue) = 218+111+165=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6FA5 is #25905A. Grayscale: #959595. Windows color (decimal): -2461787 or 10842074. OLE color: 10842074.

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

Color convert

RGB 218 111 165 -
CMYK 0 0.49 0.24 0.15
HSL 329.72º 0.59% 0.65% -
HSV(B) 329.72º 0.49% 0.85% -
XYZ 41.39 28.99 39.01 -
YUV 149.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 218 111 165 0 0.49 0.24 0.15 329.72 0.59 0.65
Hex DA 6F A5 0 31 18 F 14A 3B 41
Octal 332 157 245 0 61 30 17 512 73 101
Binary 11011010 1101111 10100101 0 110001 11000 1111 101001010 111011 1000001

Color Harmonies of #DA6FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FA5

Black with #DA6FA5

Text Example


Text Example

White with #DA6FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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