Html Css Color HEX #DC729C Pale Violet Red

📋 copy color: '#DC729C'

red 220 ◦ green 114 ◦ blue 156

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

Shades of Pale Violet Red #DC729C

Tints of Pale Violet Red #DC729C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 44.9%
G = 23.27%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC729C (or 0xDC729C) is known color: Pale Violet Red. HEX triplet: DC, 72 and 9C. RGB value is (220,114,156). Sum of RGB (Red+Green+Blue) = 220+114+156=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC729C is #238D63. Grayscale: #969696. Windows color (decimal): -2329956 or 10253020. OLE color: 10253020.

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

Color convert

RGB 220 114 156 -
CMYK 0 0.48 0.29 0.14
HSL 336.23º 0.6% 0.65% -
HSV(B) 336.23º 0.48% 0.86% -
XYZ 41.53 29.65 34.99 -
YUV 150.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 220 114 156 0 0.48 0.29 0.14 336.23 0.6 0.65
Hex DC 72 9C 0 30 1D E 150 3C 41
Octal 334 162 234 0 60 35 16 520 74 101
Binary 11011100 1110010 10011100 0 110000 11101 1110 101010000 111100 1000001

Color Harmonies of #DC729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC729C

Black with #DC729C

Text Example


Text Example

White with #DC729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC729C; }

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

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

background-color css

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

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

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

border-color css

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

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

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