Html Css Color HEX #DC729B Pale Violet Red

📋 copy color: '#DC729B'

red 220 ◦ green 114 ◦ blue 155

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

Shades of Pale Violet Red #DC729B

Tints of Pale Violet Red #DC729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.7%

R = 44.99%
G = 23.31%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC729B (or 0xDC729B) is known color: Pale Violet Red. HEX triplet: DC, 72 and 9B. RGB value is (220,114,155). Sum of RGB (Red+Green+Blue) = 220+114+155=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC729B is #238D64. Grayscale: #969696. Windows color (decimal): -2329957 or 10187484. OLE color: 10187484.

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

Color convert

RGB 220 114 155 -
CMYK 0 0.48 0.30 0.14
HSL 336.79º 0.6% 0.65% -
HSV(B) 336.79º 0.48% 0.86% -
XYZ 41.45 29.62 34.54 -
YUV 150.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 220 114 155 0 0.48 0.30 0.14 336.79 0.6 0.65
Hex DC 72 9B 0 30 1E E 151 3C 41
Octal 334 162 233 0 60 36 16 521 74 101
Binary 11011100 1110010 10011011 0 110000 11110 1110 101010001 111100 1000001

Color Harmonies of #DC729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC729B

Black with #DC729B

Text Example


Text Example

White with #DC729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC729B; }

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

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

background-color css

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

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

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

border-color css

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

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

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