#D5658A

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

Shades of Pale Violet Red #D5658A

Tints of Pale Violet Red #D5658A

Color information

#D5658A (or 0xD5658A) is unknown color: approx Pale Violet Red. HEX triplet: D5, 65 and 8A. RGB value is (213,101,138). Sum of RGB (Red+Green+Blue) = 213+101+138=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5658A is #2A9A75. Grayscale: #8A8A8A. Windows color (decimal): -2792054 or 9070037. OLE color: 9070037.

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

Color convert

RGB213101138-
CMYK00.530.350.16
HSL340.18º57.14%61.57%-
HSV(B)340.18º52.58%83.53%-
XYZ36.6825.2926.99-
YUV138.71127.61180.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 101 (39.84% from 255) = 22.35%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=47.12%
G=22.35%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310113800.530.350.16340.1857.1461.57
HexD5658A0352310154393e
Octal32514521206543205247176
Binary11010101110010110001010011010110001110000101010100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5658A; }

 p { color: rgb(213,101,138); }

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

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

 a { background-color: rgb(213,101,138); }

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

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

 span { border-color: rgb(213,101,138); }

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