Html Css Color HEX #DA6FA3 Pale Violet Red

📋 copy color: '#DA6FA3'

red 218 ◦ green 111 ◦ blue 163

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

Shades of Pale Violet Red #DA6FA3

Tints of Pale Violet Red #DA6FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.13%

R = 44.31%
G = 22.56%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA6FA3 (or 0xDA6FA3) is known color: Pale Violet Red. HEX triplet: DA, 6F and A3. RGB value is (218,111,163). Sum of RGB (Red+Green+Blue) = 218+111+163=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6FA3 is #25905C. Grayscale: #949494. Windows color (decimal): -2461789 or 10711002. OLE color: 10711002.

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

Color convert

RGB 218 111 163 -
CMYK 0 0.49 0.25 0.15
HSL 330.84º 0.59% 0.65% -
HSV(B) 330.84º 0.49% 0.85% -
XYZ 41.21 28.92 38.06 -
YUV 148.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 218 111 163 0 0.49 0.25 0.15 330.84 0.59 0.65
Hex DA 6F A3 0 31 19 F 14B 3B 41
Octal 332 157 243 0 61 31 17 513 73 101
Binary 11011010 1101111 10100011 0 110001 11001 1111 101001011 111011 1000001

Color Harmonies of #DA6FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FA3

Black with #DA6FA3

Text Example


Text Example

White with #DA6FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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