Html Css Color HEX #DA74AA Pale Violet Red

📋 copy color: '#DA74AA'

red 218 ◦ green 116 ◦ blue 170

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

Shades of Pale Violet Red #DA74AA

Tints of Pale Violet Red #DA74AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.02%

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

R = 43.25%
G = 23.02%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA74AA (or 0xDA74AA) is known color: Pale Violet Red. HEX triplet: DA, 74 and AA. RGB value is (218,116,170). Sum of RGB (Red+Green+Blue) = 218+116+170=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA74AA is #258B55. Grayscale: #989898. Windows color (decimal): -2460502 or 11171034. OLE color: 11171034.

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

Color convert

RGB 218 116 170 -
CMYK 0 0.47 0.22 0.15
HSL 328.24º 0.58% 0.65% -
HSV(B) 328.24º 0.47% 0.85% -
XYZ 42.41 30.3 41.64 -
YUV 152.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 218 116 170 0 0.47 0.22 0.15 328.24 0.58 0.65
Hex DA 74 AA 0 2F 16 F 148 3A 41
Octal 332 164 252 0 57 26 17 510 72 101
Binary 11011010 1110100 10101010 0 101111 10110 1111 101001000 111010 1000001

Color Harmonies of #DA74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74AA

Black with #DA74AA

Text Example


Text Example

White with #DA74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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