Html Css Color HEX #DC799B Pale Violet Red

📋 copy color: '#DC799B'

red 220 ◦ green 121 ◦ blue 155

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

Shades of Pale Violet Red #DC799B

Tints of Pale Violet Red #DC799B

RGB

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

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

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

R = 44.35%
G = 24.4%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC799B (or 0xDC799B) is known color: Pale Violet Red. HEX triplet: DC, 79 and 9B. RGB value is (220,121,155). Sum of RGB (Red+Green+Blue) = 220+121+155=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC799B is #238664. Grayscale: #9A9A9A. Windows color (decimal): -2328165 or 10189276. OLE color: 10189276.

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

Color convert

RGB 220 121 155 -
CMYK 0 0.45 0.30 0.14
HSL 339.39º 0.59% 0.67% -
HSV(B) 339.39º 0.45% 0.86% -
XYZ 42.27 31.26 34.82 -
YUV 154.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 220 121 155 0 0.45 0.30 0.14 339.39 0.59 0.67
Hex DC 79 9B 0 2D 1E E 153 3B 43
Octal 334 171 233 0 55 36 16 523 73 103
Binary 11011100 1111001 10011011 0 101101 11110 1110 101010011 111011 1000011

Color Harmonies of #DC799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC799B

Black with #DC799B

Text Example


Text Example

White with #DC799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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