Html Css Color HEX #DC799C Pale Violet Red

📋 copy color: '#DC799C'

red 220 ◦ green 121 ◦ blue 156

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

Shades of Pale Violet Red #DC799C

Tints of Pale Violet Red #DC799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.35%

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

R = 44.27%
G = 24.35%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC799C (or 0xDC799C) is known color: Pale Violet Red. HEX triplet: DC, 79 and 9C. RGB value is (220,121,156). Sum of RGB (Red+Green+Blue) = 220+121+156=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC799C is #238663. Grayscale: #9A9A9A. Windows color (decimal): -2328164 or 10254812. OLE color: 10254812.

HSL color Cylindrical-coordinate representation of color #DC799C: hue angle of 338.79º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC799C is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 121 156 -
CMYK 0 0.45 0.29 0.14
HSL 338.79º 0.59% 0.67% -
HSV(B) 338.79º 0.45% 0.86% -
XYZ 42.35 31.29 35.26 -
YUV 154.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 220 121 156 0 0.45 0.29 0.14 338.79 0.59 0.67
Hex DC 79 9C 0 2D 1D E 153 3B 43
Octal 334 171 234 0 55 35 16 523 73 103
Binary 11011100 1111001 10011100 0 101101 11101 1110 101010011 111011 1000011

Color Harmonies of #DC799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC799C

Black with #DC799C

Text Example


Text Example

White with #DC799C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC799C; }

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

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

background-color css

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

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

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

border-color css

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

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

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