#D57098

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

Shades of Pale Violet Red #D57098

Tints of Pale Violet Red #D57098

Color information

#D57098 (or 0xD57098) is unknown color: approx Pale Violet Red. HEX triplet: D5, 70 and 98. RGB value is (213,112,152). Sum of RGB (Red+Green+Blue) = 213+112+152=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57098 is #2A8F67. Grayscale: #929292. Windows color (decimal): -2789224 or 9990357. OLE color: 9990357.

HSL color Cylindrical-coordinate representation of color #D57098: hue angle of 336.24º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57098 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213112152-
CMYK00.470.290.16
HSL336.24º54.59%63.73%-
HSV(B)336.24º47.42%83.53%-
XYZ38.92833.06-
YUV146.76130.96175.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=44.65%
G=23.48%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311215200.470.290.16336.2454.5963.73
HexD5709802F1D101503740
Octal325160230057352052067100
Binary11010101111000010011000010111111101100001010100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57098; }

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

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

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

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

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

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

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

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