Html Css Color HEX #DC799E Pale Violet Red

📋 copy color: '#DC799E'

red 220 ◦ green 121 ◦ blue 158

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

Shades of Pale Violet Red #DC799E

Tints of Pale Violet Red #DC799E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.66%

R = 44.09%
G = 24.25%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC799E (or 0xDC799E) is known color: Pale Violet Red. HEX triplet: DC, 79 and 9E. RGB value is (220,121,158). Sum of RGB (Red+Green+Blue) = 220+121+158=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC799E is #238661. Grayscale: #9A9A9A. Windows color (decimal): -2328162 or 10385884. OLE color: 10385884.

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

Color convert

RGB 220 121 158 -
CMYK 0 0.45 0.28 0.14
HSL 337.58º 0.59% 0.67% -
HSV(B) 337.58º 0.45% 0.86% -
XYZ 42.52 31.36 36.16 -
YUV 154.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 220 121 158 0 0.45 0.28 0.14 337.58 0.59 0.67
Hex DC 79 9E 0 2D 1C E 152 3B 43
Octal 334 171 236 0 55 34 16 522 73 103
Binary 11011100 1111001 10011110 0 101101 11100 1110 101010010 111011 1000011

Color Harmonies of #DC799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC799E

Black with #DC799E

Text Example


Text Example

White with #DC799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC799E; }

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

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

background-color css

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

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

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

border-color css

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

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

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