#D792D2

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

Shades of Plum #D792D2

Tints of Plum #D792D2

Color information

#D792D2 (or 0xD792D2) is unknown color: approx Plum. HEX triplet: D7, 92 and D2. RGB value is (215,146,210). Sum of RGB (Red+Green+Blue) = 215+146+210=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D792D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792D2 is #286D2D. Grayscale: #ADADAD. Windows color (decimal): -2649390 or 13800151. OLE color: 13800151.

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

Color convert

RGB215146210-
CMYK00.320.020.16
HSL304.35º46.31%70.78%-
HSV(B)304.35º32.09%84.31%-
XYZ49.9439.6666-
YUV173.93148.36157.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 210 (82.42% from 255) = 36.78%
R=37.65%
G=25.57%
B=36.78%

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
Decimal21514621000.320.020.16304.3546.3170.78
HexD792D20202101302e47
Octal32722232204022046056107
Binary110101111001001011010010010000010100001001100001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792D2; }

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

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

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

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

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

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

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

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