Html Css Color HEX #DC7197 Pale Violet Red

📋 copy color: '#DC7197'

red 220 ◦ green 113 ◦ blue 151

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

Shades of Pale Violet Red #DC7197

Tints of Pale Violet Red #DC7197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.35%

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

R = 45.45%
G = 23.35%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC7197 (or 0xDC7197) is known color: Pale Violet Red. HEX triplet: DC, 71 and 97. RGB value is (220,113,151). Sum of RGB (Red+Green+Blue) = 220+113+151=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7197 is #238E68. Grayscale: #959595. Windows color (decimal): -2330217 or 9925084. OLE color: 9925084.

HSL color Cylindrical-coordinate representation of color #DC7197: hue angle of 338.69º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7197 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 113 151 -
CMYK 0 0.49 0.31 0.14
HSL 338.69º 0.6% 0.65% -
HSV(B) 338.69º 0.49% 0.86% -
XYZ 41.01 29.26 32.76 -
YUV 149.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 220 113 151 0 0.49 0.31 0.14 338.69 0.6 0.65
Hex DC 71 97 0 31 1F E 153 3C 41
Octal 334 161 227 0 61 37 16 523 74 101
Binary 11011100 1110001 10010111 0 110001 11111 1110 101010011 111100 1000001

Color Harmonies of #DC7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7197

Black with #DC7197

Text Example


Text Example

White with #DC7197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7197; }

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

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

background-color css

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

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

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

border-color css

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

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

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