Html Css Color HEX #DC7794 Pale Violet Red

📋 copy color: '#DC7794'

red 220 ◦ green 119 ◦ blue 148

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

Shades of Pale Violet Red #DC7794

Tints of Pale Violet Red #DC7794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 45.17%
G = 24.44%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC7794 (or 0xDC7794) is known color: Pale Violet Red. HEX triplet: DC, 77 and 94. RGB value is (220,119,148). Sum of RGB (Red+Green+Blue) = 220+119+148=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7794 is #23886B. Grayscale: #989898. Windows color (decimal): -2328684 or 9730012. OLE color: 9730012.

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

Color convert

RGB 220 119 148 -
CMYK 0 0.46 0.33 0.14
HSL 342.77º 0.59% 0.66% -
HSV(B) 342.77º 0.46% 0.86% -
XYZ 41.46 30.55 31.73 -
YUV 152.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 220 119 148 0 0.46 0.33 0.14 342.77 0.59 0.66
Hex DC 77 94 0 2E 21 E 157 3B 42
Octal 334 167 224 0 56 41 16 527 73 102
Binary 11011100 1110111 10010100 0 101110 100001 1110 101010111 111011 1000010

Color Harmonies of #DC7794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7794

Black with #DC7794

Text Example


Text Example

White with #DC7794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7794; }

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

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

background-color css

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

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

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

border-color css

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

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

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