Html Css Color HEX #DC72A2 Pale Violet Red

📋 copy color: '#DC72A2'

red 220 ◦ green 114 ◦ blue 162

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

Shades of Pale Violet Red #DC72A2

Tints of Pale Violet Red #DC72A2

RGB

 RED value IS 220 (86.33% from 255) = 44.35%

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

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

R = 44.35%
G = 22.98%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC72A2 (or 0xDC72A2) is known color: Pale Violet Red. HEX triplet: DC, 72 and A2. RGB value is (220,114,162). Sum of RGB (Red+Green+Blue) = 220+114+162=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC72A2 is #238D5D. Grayscale: #979797. Windows color (decimal): -2329950 or 10646236. OLE color: 10646236.

HSL color Cylindrical-coordinate representation of color #DC72A2: hue angle of 332.83º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC72A2 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 162 -
CMYK 0 0.48 0.26 0.14
HSL 332.83º 0.6% 0.65% -
HSV(B) 332.83º 0.48% 0.86% -
XYZ 42.05 29.86 37.73 -
YUV 151.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 220 114 162 0 0.48 0.26 0.14 332.83 0.6 0.65
Hex DC 72 A2 0 30 1A E 14D 3C 41
Octal 334 162 242 0 60 32 16 515 74 101
Binary 11011100 1110010 10100010 0 110000 11010 1110 101001101 111100 1000001

Color Harmonies of #DC72A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72A2

Black with #DC72A2

Text Example


Text Example

White with #DC72A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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