#D8658A

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

Shades of Pale Violet Red #D8658A

Tints of Pale Violet Red #D8658A

Color information

#D8658A (or 0xD8658A) is unknown color: approx Pale Violet Red. HEX triplet: D8, 65 and 8A. RGB value is (216,101,138). Sum of RGB (Red+Green+Blue) = 216+101+138=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8658A is #279A75. Grayscale: #8B8B8B. Windows color (decimal): -2595446 or 9070040. OLE color: 9070040.

HSL color Cylindrical-coordinate representation of color #D8658A: hue angle of 340.7º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8658A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB216101138-
CMYK00.530.360.15
HSL340.7º59.59%62.16%-
HSV(B)340.7º53.24%84.71%-
XYZ37.5625.7427.03-
YUV139.6127.1182.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=47.47%
G=22.20%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610113800.530.360.15340.759.5962.16
HexD8658A03524F1553c3e
Octal33014521206544175257476
Binary1101100011001011000101001101011001001111101010101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8658A; }

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

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

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

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

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

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

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

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