Html Css Color HEX #DC7196 Pale Violet Red

📋 copy color: '#DC7196'

red 220 ◦ green 113 ◦ blue 150

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

Shades of Pale Violet Red #DC7196

Tints of Pale Violet Red #DC7196

RGB

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

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

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

R = 45.55%
G = 23.4%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC7196 (or 0xDC7196) is known color: Pale Violet Red. HEX triplet: DC, 71 and 96. RGB value is (220,113,150). Sum of RGB (Red+Green+Blue) = 220+113+150=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7196 is #238E69. Grayscale: #959595. Windows color (decimal): -2330218 or 9859548. OLE color: 9859548.

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

Color convert

RGB 220 113 150 -
CMYK 0 0.49 0.32 0.14
HSL 339.25º 0.6% 0.65% -
HSV(B) 339.25º 0.49% 0.86% -
XYZ 40.93 29.23 32.34 -
YUV 149.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 220 113 150 0 0.49 0.32 0.14 339.25 0.6 0.65
Hex DC 71 96 0 31 20 E 153 3C 41
Octal 334 161 226 0 61 40 16 523 74 101
Binary 11011100 1110001 10010110 0 110001 100000 1110 101010011 111100 1000001

Color Harmonies of #DC7196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7196

Black with #DC7196

Text Example


Text Example

White with #DC7196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7196; }

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

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

background-color css

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

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

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

border-color css

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

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

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