Html Css Color HEX #DD76AD Pale Violet Red

📋 copy color: '#DD76AD'

red 221 ◦ green 118 ◦ blue 173

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

Shades of Pale Violet Red #DD76AD

Tints of Pale Violet Red #DD76AD

RGB

 RED value IS 221 (86.72% from 255) = 43.16%

 GREEN value IS 118 (46.48% from 255) = 23.05%

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

R = 43.16%
G = 23.05%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD76AD (or 0xDD76AD) is known color: Pale Violet Red. HEX triplet: DD, 76 and AD. RGB value is (221,118,173). Sum of RGB (Red+Green+Blue) = 221+118+173=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76AD is #228952. Grayscale: #9A9A9A. Windows color (decimal): -2263379 or 11368157. OLE color: 11368157.

HSL color Cylindrical-coordinate representation of color #DD76AD: hue angle of 327.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76AD is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 173 -
CMYK 0 0.47 0.22 0.13
HSL 327.96º 0.6% 0.66% -
HSV(B) 327.96º 0.47% 0.87% -
XYZ 43.84 31.35 43.27 -
YUV 155.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 221 118 173 0 0.47 0.22 0.13 327.96 0.6 0.66
Hex DD 76 AD 0 2F 16 D 148 3C 42
Octal 335 166 255 0 57 26 15 510 74 102
Binary 11011101 1110110 10101101 0 101111 10110 1101 101001000 111100 1000010

Color Harmonies of #DD76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76AD

Black with #DD76AD

Text Example


Text Example

White with #DD76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76AD; }

 p { color: rgb(221,118,173); }

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

background-color css

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

 a { background-color: rgb(221,118,173); }

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

border-color css

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

 span { border-color: rgb(221,118,173); }

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