Html Css Color HEX #DA6FA2 Pale Violet Red

📋 copy color: '#DA6FA2'

red 218 ◦ green 111 ◦ blue 162

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

Shades of Pale Violet Red #DA6FA2

Tints of Pale Violet Red #DA6FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.99%

R = 44.4%
G = 22.61%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA6FA2 (or 0xDA6FA2) is known color: Pale Violet Red. HEX triplet: DA, 6F and A2. RGB value is (218,111,162). Sum of RGB (Red+Green+Blue) = 218+111+162=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6FA2 is #25905D. Grayscale: #949494. Windows color (decimal): -2461790 or 10645466. OLE color: 10645466.

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

Color convert

RGB 218 111 162 -
CMYK 0 0.49 0.26 0.15
HSL 331.4º 0.59% 0.65% -
HSV(B) 331.4º 0.49% 0.85% -
XYZ 41.12 28.88 37.59 -
YUV 148.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 218 111 162 0 0.49 0.26 0.15 331.4 0.59 0.65
Hex DA 6F A2 0 31 1A F 14B 3B 41
Octal 332 157 242 0 61 32 17 513 73 101
Binary 11011010 1101111 10100010 0 110001 11010 1111 101001011 111011 1000001

Color Harmonies of #DA6FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FA2

Black with #DA6FA2

Text Example


Text Example

White with #DA6FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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