Html Css Color HEX #DA7AA0 Pale Violet Red

📋 copy color: '#DA7AA0'

red 218 ◦ green 122 ◦ blue 160

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

Shades of Pale Violet Red #DA7AA0

Tints of Pale Violet Red #DA7AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32%

R = 43.6%
G = 24.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA7AA0 (or 0xDA7AA0) is known color: Pale Violet Red. HEX triplet: DA, 7A and A0. RGB value is (218,122,160). Sum of RGB (Red+Green+Blue) = 218+122+160=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7AA0 is #25855F. Grayscale: #9A9A9A. Windows color (decimal): -2458976 or 10517210. OLE color: 10517210.

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

Color convert

RGB 218 122 160 -
CMYK 0 0.44 0.27 0.15
HSL 336.25º 0.56% 0.67% -
HSV(B) 336.25º 0.44% 0.85% -
XYZ 42.22 31.36 37.09 -
YUV 155.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 218 122 160 0 0.44 0.27 0.15 336.25 0.56 0.67
Hex DA 7A A0 0 2C 1B F 150 38 43
Octal 332 172 240 0 54 33 17 520 70 103
Binary 11011010 1111010 10100000 0 101100 11011 1111 101010000 111000 1000011

Color Harmonies of #DA7AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7AA0

Black with #DA7AA0

Text Example


Text Example

White with #DA7AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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