#DC7098

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

Shades of Pale Violet Red #DC7098

Tints of Pale Violet Red #DC7098

Color information

#DC7098 (or 0xDC7098) is unknown color: approx Pale Violet Red. HEX triplet: DC, 70 and 98. RGB value is (220,112,152). Sum of RGB (Red+Green+Blue) = 220+112+152=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7098 is #238F67. Grayscale: #949494. Windows color (decimal): -2330472 or 9990364. OLE color: 9990364.

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

Color convert

RGB220112152-
CMYK00.490.310.14
HSL337.78º60.67%65.1%-
HSV(B)337.78º49.09%86.27%-
XYZ40.9829.0733.16-
YUV148.85129.78178.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=45.45%
G=23.14%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011215200.490.310.14337.7860.6765.1
HexDC70980311FE1523d41
Octal334160230061371652275101
Binary1101110011100001001100001100011111111101010100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7098; }

 p { color: rgb(220,112,152); }

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

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

 a { background-color: rgb(220,112,152); }

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

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

 span { border-color: rgb(220,112,152); }

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