#D791CD

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

Shades of Plum #D791CD

Tints of Plum #D791CD

Color information

#D791CD (or 0xD791CD) is unknown color: approx Plum. HEX triplet: D7, 91 and CD. RGB value is (215,145,205). Sum of RGB (Red+Green+Blue) = 215+145+205=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D791CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791CD is #286E32. Grayscale: #ACACAC. Windows color (decimal): -2649651 or 13472215. OLE color: 13472215.

HSL color Cylindrical-coordinate representation of color #D791CD: hue angle of 308.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D791CD is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215145205-
CMYK00.330.050.16
HSL308.57º46.67%70.59%-
HSV(B)308.57º32.56%84.31%-
XYZ49.1739.1162.71-
YUV172.77146.19158.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=38.05%
G=25.66%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514520500.330.050.16308.5746.6770.59
HexD791CD0215101352f47
Octal32722131504152046557107
Binary1101011110010001110011010100001101100001001101011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791CD; }

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

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

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

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

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

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

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

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