Html Css Color HEX #DD76AC Pale Violet Red

📋 copy color: '#DD76AC'

red 221 ◦ green 118 ◦ blue 172

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

Shades of Pale Violet Red #DD76AC

Tints of Pale Violet Red #DD76AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.66%

R = 43.25%
G = 23.09%
B = 33.66%

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

#DD76AC (or 0xDD76AC) is known color: Pale Violet Red. HEX triplet: DD, 76 and AC. RGB value is (221,118,172). Sum of RGB (Red+Green+Blue) = 221+118+172=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76AC is #228953. Grayscale: #9A9A9A. Windows color (decimal): -2263380 or 11302621. OLE color: 11302621.

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

Color convert

RGB 221 118 172 -
CMYK 0 0.47 0.22 0.13
HSL 328.54º 0.6% 0.66% -
HSV(B) 328.54º 0.47% 0.87% -
XYZ 43.74 31.31 42.77 -
YUV 154.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 221 118 172 0 0.47 0.22 0.13 328.54 0.6 0.66
Hex DD 76 AC 0 2F 16 D 149 3C 42
Octal 335 166 254 0 57 26 15 511 74 102
Binary 11011101 1110110 10101100 0 101111 10110 1101 101001001 111100 1000010

Color Harmonies of #DD76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76AC

Black with #DD76AC

Text Example


Text Example

White with #DD76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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