Html Css Color HEX #DC7795 Pale Violet Red

📋 copy color: '#DC7795'

red 220 ◦ green 119 ◦ blue 149

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

Shades of Pale Violet Red #DC7795

Tints of Pale Violet Red #DC7795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 45.08%
G = 24.39%
B = 30.53%

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

#DC7795 (or 0xDC7795) is known color: Pale Violet Red. HEX triplet: DC, 77 and 95. RGB value is (220,119,149). Sum of RGB (Red+Green+Blue) = 220+119+149=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7795 is #23886A. Grayscale: #989898. Windows color (decimal): -2328683 or 9795548. OLE color: 9795548.

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

Color convert

RGB 220 119 149 -
CMYK 0 0.46 0.32 0.14
HSL 342.18º 0.59% 0.66% -
HSV(B) 342.18º 0.46% 0.86% -
XYZ 41.54 30.58 32.15 -
YUV 152.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 220 119 149 0 0.46 0.32 0.14 342.18 0.59 0.66
Hex DC 77 95 0 2E 20 E 156 3B 42
Octal 334 167 225 0 56 40 16 526 73 102
Binary 11011100 1110111 10010101 0 101110 100000 1110 101010110 111011 1000010

Color Harmonies of #DC7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7795

Black with #DC7795

Text Example


Text Example

White with #DC7795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7795; }

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

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

background-color css

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

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

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

border-color css

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

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

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