#D792CE

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

Shades of Plum #D792CE

Tints of Plum #D792CE

Color information

#D792CE (or 0xD792CE) is unknown color: approx Plum. HEX triplet: D7, 92 and CE. RGB value is (215,146,206). Sum of RGB (Red+Green+Blue) = 215+146+206=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D792CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792CE is #286D31. Grayscale: #ADADAD. Windows color (decimal): -2649394 or 13538007. OLE color: 13538007.

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

Color convert

RGB215146206-
CMYK00.320.040.16
HSL307.83º46.31%70.78%-
HSV(B)307.83º32.09%84.31%-
XYZ49.4439.4663.4-
YUV173.47146.36157.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=37.92%
G=25.75%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514620600.320.040.16307.8346.3170.78
HexD792CE0204101342e47
Octal32722231604042046456107
Binary1101011110010010110011100100000100100001001101001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792CE; }

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

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

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

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

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

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

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

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