Html Css Color HEX #DA6FA4 Pale Violet Red

📋 copy color: '#DA6FA4'

red 218 ◦ green 111 ◦ blue 164

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

Shades of Pale Violet Red #DA6FA4

Tints of Pale Violet Red #DA6FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.27%

R = 44.22%
G = 22.52%
B = 33.27%

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

#DA6FA4 (or 0xDA6FA4) is known color: Pale Violet Red. HEX triplet: DA, 6F and A4. RGB value is (218,111,164). Sum of RGB (Red+Green+Blue) = 218+111+164=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6FA4 is #25905B. Grayscale: #949494. Windows color (decimal): -2461788 or 10776538. OLE color: 10776538.

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

Color convert

RGB 218 111 164 -
CMYK 0 0.49 0.25 0.15
HSL 330.28º 0.59% 0.65% -
HSV(B) 330.28º 0.49% 0.85% -
XYZ 41.3 28.95 38.53 -
YUV 149.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 218 111 164 0 0.49 0.25 0.15 330.28 0.59 0.65
Hex DA 6F A4 0 31 19 F 14A 3B 41
Octal 332 157 244 0 61 31 17 512 73 101
Binary 11011010 1101111 10100100 0 110001 11001 1111 101001010 111011 1000001

Color Harmonies of #DA6FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FA4

Black with #DA6FA4

Text Example


Text Example

White with #DA6FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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