Html Css Color HEX #DC7997 Pale Violet Red

📋 copy color: '#DC7997'

red 220 ◦ green 121 ◦ blue 151

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

Shades of Pale Violet Red #DC7997

Tints of Pale Violet Red #DC7997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.69%

R = 44.72%
G = 24.59%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC7997 (or 0xDC7997) is known color: Pale Violet Red. HEX triplet: DC, 79 and 97. RGB value is (220,121,151). Sum of RGB (Red+Green+Blue) = 220+121+151=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7997 is #238668. Grayscale: #9A9A9A. Windows color (decimal): -2328169 or 9927132. OLE color: 9927132.

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

Color convert

RGB 220 121 151 -
CMYK 0 0.45 0.31 0.14
HSL 341.82º 0.59% 0.67% -
HSV(B) 341.82º 0.45% 0.86% -
XYZ 41.94 31.12 33.08 -
YUV 154.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 220 121 151 0 0.45 0.31 0.14 341.82 0.59 0.67
Hex DC 79 97 0 2D 1F E 156 3B 43
Octal 334 171 227 0 55 37 16 526 73 103
Binary 11011100 1111001 10010111 0 101101 11111 1110 101010110 111011 1000011

Color Harmonies of #DC7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7997

Black with #DC7997

Text Example


Text Example

White with #DC7997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7997; }

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

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

background-color css

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

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

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

border-color css

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

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

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