#D792D3

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

Shades of Plum #D792D3

Tints of Plum #D792D3

Color information

#D792D3 (or 0xD792D3) is unknown color: approx Plum. HEX triplet: D7, 92 and D3. RGB value is (215,146,211). Sum of RGB (Red+Green+Blue) = 215+146+211=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D792D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792D3 is #286D2C. Grayscale: #ADADAD. Windows color (decimal): -2649389 or 13865687. OLE color: 13865687.

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

Color convert

RGB215146211-
CMYK00.320.020.16
HSL303.48º46.31%70.78%-
HSV(B)303.48º32.09%84.31%-
XYZ50.0639.7166.65-
YUV174.04148.86157.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 211 (82.81% from 255) = 36.89%
R=37.59%
G=25.52%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514621100.320.020.16303.4846.3170.78
HexD792D302021012f2e47
Octal32722232304022045756107
Binary110101111001001011010011010000010100001001011111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792D3; }

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

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

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

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

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

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

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

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