#D57398

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

Shades of Pale Violet Red #D57398

Tints of Pale Violet Red #D57398

Color information

#D57398 (or 0xD57398) is unknown color: approx Pale Violet Red. HEX triplet: D5, 73 and 98. RGB value is (213,115,152). Sum of RGB (Red+Green+Blue) = 213+115+152=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D57398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57398 is #2A8C67. Grayscale: #949494. Windows color (decimal): -2788456 or 9991125. OLE color: 9991125.

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

Color convert

RGB213115152-
CMYK00.460.290.16
HSL337.35º53.85%64.31%-
HSV(B)337.35º46.01%83.53%-
XYZ39.2428.6733.17-
YUV148.52129.97173.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 152 (59.77% from 255) = 31.67%
R=44.38%
G=23.96%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311515200.460.290.16337.3553.8564.31
HexD5739802E1D101513640
Octal325163230056352052166100
Binary11010101111001110011000010111011101100001010100011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57398; }

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

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

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

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

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

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

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

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