#D792CD

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

Shades of Plum #D792CD

Tints of Plum #D792CD

Color information

#D792CD (or 0xD792CD) is unknown color: approx Plum. HEX triplet: D7, 92 and CD. RGB value is (215,146,205). Sum of RGB (Red+Green+Blue) = 215+146+205=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D792CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792CD is #286D32. Grayscale: #ADADAD. Windows color (decimal): -2649395 or 13472471. OLE color: 13472471.

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

Color convert

RGB215146205-
CMYK00.320.050.16
HSL308.7º46.31%70.78%-
HSV(B)308.7º32.09%84.31%-
XYZ49.3239.4162.77-
YUV173.36145.86157.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 146 (57.42% from 255) = 25.80%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=37.99%
G=25.80%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514620500.320.050.16308.746.3170.78
HexD792CD0205101352e47
Octal32722231504052046556107
Binary1101011110010010110011010100000101100001001101011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792CD; }

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

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

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

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

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

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

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

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