Html Css Color HEX #DC7796 Pale Violet Red

📋 copy color: '#DC7796'

red 220 ◦ green 119 ◦ blue 150

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

Shades of Pale Violet Red #DC7796

Tints of Pale Violet Red #DC7796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.34%

 BLUE value IS 150 (58.98% from 255) = 30.67%

R = 44.99%
G = 24.34%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC7796 (or 0xDC7796) is known color: Pale Violet Red. HEX triplet: DC, 77 and 96. RGB value is (220,119,150). Sum of RGB (Red+Green+Blue) = 220+119+150=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7796 is #238869. Grayscale: #989898. Windows color (decimal): -2328682 or 9861084. OLE color: 9861084.

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

Color convert

RGB 220 119 150 -
CMYK 0 0.46 0.32 0.14
HSL 341.58º 0.59% 0.66% -
HSV(B) 341.58º 0.46% 0.86% -
XYZ 41.62 30.61 32.57 -
YUV 152.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 220 119 150 0 0.46 0.32 0.14 341.58 0.59 0.66
Hex DC 77 96 0 2E 20 E 156 3B 42
Octal 334 167 226 0 56 40 16 526 73 102
Binary 11011100 1110111 10010110 0 101110 100000 1110 101010110 111011 1000010

Color Harmonies of #DC7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7796

Black with #DC7796

Text Example


Text Example

White with #DC7796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7796; }

 p { color: rgb(220,119,150); }

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

background-color css

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

 a { background-color: rgb(220,119,150); }

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

border-color css

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

 span { border-color: rgb(220,119,150); }

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