Html Css Color HEX #DC729D Pale Violet Red

📋 copy color: '#DC729D'

red 220 ◦ green 114 ◦ blue 157

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

Shades of Pale Violet Red #DC729D

Tints of Pale Violet Red #DC729D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 44.81%
G = 23.22%
B = 31.98%

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

#DC729D (or 0xDC729D) is known color: Pale Violet Red. HEX triplet: DC, 72 and 9D. RGB value is (220,114,157). Sum of RGB (Red+Green+Blue) = 220+114+157=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC729D is #238D62. Grayscale: #969696. Windows color (decimal): -2329955 or 10318556. OLE color: 10318556.

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

Color convert

RGB 220 114 157 -
CMYK 0 0.48 0.29 0.14
HSL 335.66º 0.6% 0.65% -
HSV(B) 335.66º 0.48% 0.86% -
XYZ 41.62 29.68 35.43 -
YUV 150.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 220 114 157 0 0.48 0.29 0.14 335.66 0.6 0.65
Hex DC 72 9D 0 30 1D E 150 3C 41
Octal 334 162 235 0 60 35 16 520 74 101
Binary 11011100 1110010 10011101 0 110000 11101 1110 101010000 111100 1000001

Color Harmonies of #DC729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC729D

Black with #DC729D

Text Example


Text Example

White with #DC729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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