#DC7296

Color #DC7296 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC7296

Tints of Pale Violet Red #DC7296

Color information

#DC7296 (or 0xDC7296) is unknown color: approx Pale Violet Red. HEX triplet: DC, 72 and 96. RGB value is (220,114,150). Sum of RGB (Red+Green+Blue) = 220+114+150=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7296 is #238D69. Grayscale: #959595. Windows color (decimal): -2329962 or 9859804. OLE color: 9859804.

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

Color convert

RGB220114150-
CMYK00.480.320.14
HSL339.62º60.23%65.49%-
HSV(B)339.62º48.18%86.27%-
XYZ41.0429.4532.38-
YUV149.8128.12178.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=45.45%
G=23.55%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011415000.480.320.14339.6260.2365.49
HexDC729603020E1543c41
Octal334162226060401652474101
Binary11011100111001010010110011000010000011101010101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7296; }

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

 H1.HeaderClassName
 {
   color: #DC7296;
 }
 .AnyTagClassName
 {
   color: #DC7296;
 }
</style>
background-color css

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

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

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

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

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

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