Html Css Color HEX #DC72A0 Pale Violet Red

📋 copy color: '#DC72A0'

red 220 ◦ green 114 ◦ blue 160

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

Shades of Pale Violet Red #DC72A0

Tints of Pale Violet Red #DC72A0

RGB

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

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

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

R = 44.53%
G = 23.08%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC72A0 (or 0xDC72A0) is known color: Pale Violet Red. HEX triplet: DC, 72 and A0. RGB value is (220,114,160). Sum of RGB (Red+Green+Blue) = 220+114+160=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC72A0 is #238D5F. Grayscale: #969696. Windows color (decimal): -2329952 or 10515164. OLE color: 10515164.

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

Color convert

RGB 220 114 160 -
CMYK 0 0.48 0.27 0.14
HSL 333.96º 0.6% 0.65% -
HSV(B) 333.96º 0.48% 0.86% -
XYZ 41.88 29.79 36.8 -
YUV 150.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 220 114 160 0 0.48 0.27 0.14 333.96 0.6 0.65
Hex DC 72 A0 0 30 1B E 14E 3C 41
Octal 334 162 240 0 60 33 16 516 74 101
Binary 11011100 1110010 10100000 0 110000 11011 1110 101001110 111100 1000001

Color Harmonies of #DC72A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72A0

Black with #DC72A0

Text Example


Text Example

White with #DC72A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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