Html Css Color HEX #DD72A6 Pale Violet Red

📋 copy color: '#DD72A6'

red 221 ◦ green 114 ◦ blue 166

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

Shades of Pale Violet Red #DD72A6

Tints of Pale Violet Red #DD72A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.13%

R = 44.11%
G = 22.75%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD72A6 (or 0xDD72A6) is known color: Pale Violet Red. HEX triplet: DD, 72 and A6. RGB value is (221,114,166). Sum of RGB (Red+Green+Blue) = 221+114+166=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72A6 is #228D59. Grayscale: #979797. Windows color (decimal): -2264410 or 10908381. OLE color: 10908381.

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

Color convert

RGB 221 114 166 -
CMYK 0 0.48 0.25 0.13
HSL 330.84º 0.61% 0.66% -
HSV(B) 330.84º 0.48% 0.87% -
XYZ 42.72 30.16 39.65 -
YUV 151.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 221 114 166 0 0.48 0.25 0.13 330.84 0.61 0.66
Hex DD 72 A6 0 30 19 D 14B 3D 42
Octal 335 162 246 0 60 31 15 513 75 102
Binary 11011101 1110010 10100110 0 110000 11001 1101 101001011 111101 1000010

Color Harmonies of #DD72A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72A6

Black with #DD72A6

Text Example


Text Example

White with #DD72A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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