Html Css Color HEX #DD72A2 Pale Violet Red

📋 copy color: '#DD72A2'

red 221 ◦ green 114 ◦ blue 162

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

Shades of Pale Violet Red #DD72A2

Tints of Pale Violet Red #DD72A2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.94%

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 44.47%
G = 22.94%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD72A2 (or 0xDD72A2) is known color: Pale Violet Red. HEX triplet: DD, 72 and A2. RGB value is (221,114,162). Sum of RGB (Red+Green+Blue) = 221+114+162=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72A2 is #228D5D. Grayscale: #979797. Windows color (decimal): -2264414 or 10646237. OLE color: 10646237.

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

Color convert

RGB 221 114 162 -
CMYK 0 0.48 0.27 0.13
HSL 333.08º 0.61% 0.66% -
HSV(B) 333.08º 0.48% 0.87% -
XYZ 42.36 30.02 37.74 -
YUV 151.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 221 114 162 0 0.48 0.27 0.13 333.08 0.61 0.66
Hex DD 72 A2 0 30 1B D 14D 3D 42
Octal 335 162 242 0 60 33 15 515 75 102
Binary 11011101 1110010 10100010 0 110000 11011 1101 101001101 111101 1000010

Color Harmonies of #DD72A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72A2

Black with #DD72A2

Text Example


Text Example

White with #DD72A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72A2; }

 p { color: rgb(221,114,162); }

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

background-color css

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

 a { background-color: rgb(221,114,162); }

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

border-color css

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

 span { border-color: rgb(221,114,162); }

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