Html Css Color HEX #DA7AAB Pale Violet Red

📋 copy color: '#DA7AAB'

red 218 ◦ green 122 ◦ blue 171

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

Shades of Pale Violet Red #DA7AAB

Tints of Pale Violet Red #DA7AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.87%

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 42.66%
G = 23.87%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA7AAB (or 0xDA7AAB) is known color: Pale Violet Red. HEX triplet: DA, 7A and AB. RGB value is (218,122,171). Sum of RGB (Red+Green+Blue) = 218+122+171=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7AAB is #258554. Grayscale: #9C9C9C. Windows color (decimal): -2458965 or 11238106. OLE color: 11238106.

HSL color Cylindrical-coordinate representation of color #DA7AAB: hue angle of 329.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7AAB is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 122 171 -
CMYK 0 0.44 0.22 0.15
HSL 329.38º 0.56% 0.67% -
HSV(B) 329.38º 0.44% 0.85% -
XYZ 43.22 31.76 42.38 -
YUV 156.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 218 122 171 0 0.44 0.22 0.15 329.38 0.56 0.67
Hex DA 7A AB 0 2C 16 F 149 38 43
Octal 332 172 253 0 54 26 17 511 70 103
Binary 11011010 1111010 10101011 0 101100 10110 1111 101001001 111000 1000011

Color Harmonies of #DA7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7AAB

Black with #DA7AAB

Text Example


Text Example

White with #DA7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7AAB; }

 p { color: rgb(218,122,171); }

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

background-color css

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

 a { background-color: rgb(218,122,171); }

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

border-color css

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

 span { border-color: rgb(218,122,171); }

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