#D792D5

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

Shades of Plum #D792D5

Tints of Plum #D792D5

Color information

#D792D5 (or 0xD792D5) is unknown color: approx Plum. HEX triplet: D7, 92 and D5. RGB value is (215,146,213). Sum of RGB (Red+Green+Blue) = 215+146+213=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D792D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792D5 is #286D2A. Grayscale: #AEAEAE. Windows color (decimal): -2649387 or 13996759. OLE color: 13996759.

HSL color Cylindrical-coordinate representation of color #D792D5: hue angle of 301.74º 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 #D792D5 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215146213-
CMYK00.320.010.16
HSL301.74º46.31%70.78%-
HSV(B)301.74º32.09%84.31%-
XYZ50.3139.8167.98-
YUV174.27149.86157.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 213 (83.59% from 255) = 37.11%
R=37.46%
G=25.44%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514621300.320.010.16301.7446.3170.78
HexD792D502011012e2e47
Octal32722232504012045656107
Binary11010111100100101101010101000001100001001011101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792D5; }

 p { color: rgb(215,146,213); }

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

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

 a { background-color: rgb(215,146,213); }

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

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

 span { border-color: rgb(215,146,213); }

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