#D793D0

Color #D793D0 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D793D0

Tints of Plum #D793D0

Color information

#D793D0 (or 0xD793D0) is unknown color: approx Plum. HEX triplet: D7, 93 and D0. RGB value is (215,147,208). Sum of RGB (Red+Green+Blue) = 215+147+208=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D793D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793D0 is #286C2F. Grayscale: #AEAEAE. Windows color (decimal): -2649136 or 13669335. OLE color: 13669335.

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

Color convert

RGB215147208-
CMYK00.320.030.16
HSL306.18º45.95%70.98%-
HSV(B)306.18º31.63%84.31%-
XYZ49.8439.8764.74-
YUV174.29147.03157.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.72%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=37.72%
G=25.79%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514720800.320.030.16306.1845.9570.98
HexD793D00203101322e47
Octal32722332004032046256107
Binary110101111001001111010000010000011100001001100101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D793D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D793D0; }

 p { color: rgb(215,147,208); }

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

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

 a { background-color: rgb(215,147,208); }

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

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

 span { border-color: rgb(215,147,208); }

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