Html Css Color HEX #DA74AD Pale Violet Red

📋 copy color: '#DA74AD'

red 218 ◦ green 116 ◦ blue 173

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

Shades of Pale Violet Red #DA74AD

Tints of Pale Violet Red #DA74AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.12%

R = 43%
G = 22.88%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA74AD (or 0xDA74AD) is known color: Pale Violet Red. HEX triplet: DA, 74 and AD. RGB value is (218,116,173). Sum of RGB (Red+Green+Blue) = 218+116+173=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA74AD is #258B52. Grayscale: #989898. Windows color (decimal): -2460499 or 11367642. OLE color: 11367642.

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

Color convert

RGB 218 116 173 -
CMYK 0 0.47 0.21 0.15
HSL 326.47º 0.58% 0.65% -
HSV(B) 326.47º 0.47% 0.85% -
XYZ 42.7 30.41 43.15 -
YUV 153 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 218 116 173 0 0.47 0.21 0.15 326.47 0.58 0.65
Hex DA 74 AD 0 2F 15 F 146 3A 41
Octal 332 164 255 0 57 25 17 506 72 101
Binary 11011010 1110100 10101101 0 101111 10101 1111 101000110 111010 1000001

Color Harmonies of #DA74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74AD

Black with #DA74AD

Text Example


Text Example

White with #DA74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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