Html Css Color HEX #DA7BAA Pale Violet Red

📋 copy color: '#DA7BAA'

red 218 ◦ green 123 ◦ blue 170

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

Shades of Pale Violet Red #DA7BAA

Tints of Pale Violet Red #DA7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.07%

 BLUE value IS 170 (66.8% from 255) = 33.27%

R = 42.66%
G = 24.07%
B = 33.27%

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

#DA7BAA (or 0xDA7BAA) is known color: Pale Violet Red. HEX triplet: DA, 7B and AA. RGB value is (218,123,170). Sum of RGB (Red+Green+Blue) = 218+123+170=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BAA is #258455. Grayscale: #9C9C9C. Windows color (decimal): -2458710 or 11172826. OLE color: 11172826.

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

Color convert

RGB 218 123 170 -
CMYK 0 0.44 0.22 0.15
HSL 330.32º 0.56% 0.67% -
HSV(B) 330.32º 0.44% 0.85% -
XYZ 43.25 31.97 41.92 -
YUV 156.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 218 123 170 0 0.44 0.22 0.15 330.32 0.56 0.67
Hex DA 7B AA 0 2C 16 F 14A 38 43
Octal 332 173 252 0 54 26 17 512 70 103
Binary 11011010 1111011 10101010 0 101100 10110 1111 101001010 111000 1000011

Color Harmonies of #DA7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BAA

Black with #DA7BAA

Text Example


Text Example

White with #DA7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BAA; }

 p { color: rgb(218,123,170); }

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

background-color css

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

 a { background-color: rgb(218,123,170); }

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

border-color css

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

 span { border-color: rgb(218,123,170); }

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