Html Css Color HEX #DD72A5 Pale Violet Red

📋 copy color: '#DD72A5'

red 221 ◦ green 114 ◦ blue 165

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

Shades of Pale Violet Red #DD72A5

Tints of Pale Violet Red #DD72A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33%

R = 44.2%
G = 22.8%
B = 33%

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

#DD72A5 (or 0xDD72A5) is known color: Pale Violet Red. HEX triplet: DD, 72 and A5. RGB value is (221,114,165). Sum of RGB (Red+Green+Blue) = 221+114+165=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72A5 is #228D5A. Grayscale: #979797. Windows color (decimal): -2264411 or 10842845. OLE color: 10842845.

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

Color convert

RGB 221 114 165 -
CMYK 0 0.48 0.25 0.13
HSL 331.4º 0.61% 0.66% -
HSV(B) 331.4º 0.48% 0.87% -
XYZ 42.63 30.12 39.16 -
YUV 151.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 221 114 165 0 0.48 0.25 0.13 331.4 0.61 0.66
Hex DD 72 A5 0 30 19 D 14B 3D 42
Octal 335 162 245 0 60 31 15 513 75 102
Binary 11011101 1110010 10100101 0 110000 11001 1101 101001011 111101 1000010

Color Harmonies of #DD72A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72A5

Black with #DD72A5

Text Example


Text Example

White with #DD72A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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