Html Css Color HEX #DD76A0 Pale Violet Red

📋 copy color: '#DD76A0'

red 221 ◦ green 118 ◦ blue 160

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

Shades of Pale Violet Red #DD76A0

Tints of Pale Violet Red #DD76A0

RGB

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

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

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

R = 44.29%
G = 23.65%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD76A0 (or 0xDD76A0) is known color: Pale Violet Red. HEX triplet: DD, 76 and A0. RGB value is (221,118,160). Sum of RGB (Red+Green+Blue) = 221+118+160=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76A0 is #22895F. Grayscale: #999999. Windows color (decimal): -2263392 or 10516189. OLE color: 10516189.

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

Color convert

RGB 221 118 160 -
CMYK 0 0.47 0.28 0.13
HSL 335.53º 0.6% 0.66% -
HSV(B) 335.53º 0.47% 0.87% -
XYZ 42.64 30.87 36.97 -
YUV 153.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 221 118 160 0 0.47 0.28 0.13 335.53 0.6 0.66
Hex DD 76 A0 0 2F 1C D 150 3C 42
Octal 335 166 240 0 57 34 15 520 74 102
Binary 11011101 1110110 10100000 0 101111 11100 1101 101010000 111100 1000010

Color Harmonies of #DD76A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD76A0

Black with #DD76A0

Text Example


Text Example

White with #DD76A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD76A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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