Html Css Color HEX #DC72A6 Pale Violet Red

📋 copy color: '#DC72A6'

red 220 ◦ green 114 ◦ blue 166

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

Shades of Pale Violet Red #DC72A6

Tints of Pale Violet Red #DC72A6

RGB

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

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

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

R = 44%
G = 22.8%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC72A6 (or 0xDC72A6) is known color: Pale Violet Red. HEX triplet: DC, 72 and A6. RGB value is (220,114,166). Sum of RGB (Red+Green+Blue) = 220+114+166=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC72A6 is #238D59. Grayscale: #979797. Windows color (decimal): -2329946 or 10908380. OLE color: 10908380.

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

Color convert

RGB 220 114 166 -
CMYK 0 0.48 0.25 0.14
HSL 330.57º 0.6% 0.65% -
HSV(B) 330.57º 0.48% 0.86% -
XYZ 42.42 30 39.63 -
YUV 151.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 220 114 166 0 0.48 0.25 0.14 330.57 0.6 0.65
Hex DC 72 A6 0 30 19 E 14B 3C 41
Octal 334 162 246 0 60 31 16 513 74 101
Binary 11011100 1110010 10100110 0 110000 11001 1110 101001011 111100 1000001

Color Harmonies of #DC72A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72A6

Black with #DC72A6

Text Example


Text Example

White with #DC72A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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