#D790CE

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

Shades of Plum #D790CE

Tints of Plum #D790CE

Color information

#D790CE (or 0xD790CE) is unknown color: approx Plum. HEX triplet: D7, 90 and CE. RGB value is (215,144,206). Sum of RGB (Red+Green+Blue) = 215+144+206=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D790CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790CE is #286F31. Grayscale: #ACACAC. Windows color (decimal): -2649906 or 13537495. OLE color: 13537495.

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

Color convert

RGB215144206-
CMYK00.330.040.16
HSL307.61º47.02%70.39%-
HSV(B)307.61º33.02%84.31%-
XYZ49.1438.8563.3-
YUV172.3147.02158.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=38.05%
G=25.49%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514420600.330.040.16307.6147.0270.39
HexD790CE0214101342f46
Octal32722031604142046457106
Binary1101011110010000110011100100001100100001001101001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790CE; }

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

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

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

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

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

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

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

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