#D57798

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

Shades of Pale Violet Red #D57798

Tints of Pale Violet Red #D57798

Color information

#D57798 (or 0xD57798) is unknown color: approx Pale Violet Red. HEX triplet: D5, 77 and 98. RGB value is (213,119,152). Sum of RGB (Red+Green+Blue) = 213+119+152=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D57798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57798 is #2A8867. Grayscale: #969696. Windows color (decimal): -2787432 or 9992149. OLE color: 9992149.

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

Color convert

RGB213119152-
CMYK00.440.290.16
HSL338.94º52.81%65.1%-
HSV(B)338.94º44.13%83.53%-
XYZ39.729.6133.33-
YUV150.87128.64172.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 119 (46.88% from 255) = 24.59%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=44.01%
G=24.59%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311915200.440.290.16338.9452.8165.1
HexD5779802C1D101533541
Octal325167230054352052365101
Binary11010101111011110011000010110011101100001010100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57798; }

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

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

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

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

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

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

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

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