#D790CF

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

Shades of Plum #D790CF

Tints of Plum #D790CF

Color information

#D790CF (or 0xD790CF) is unknown color: approx Plum. HEX triplet: D7, 90 and CF. RGB value is (215,144,207). Sum of RGB (Red+Green+Blue) = 215+144+207=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D790CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790CF is #286F30. Grayscale: #ACACAC. Windows color (decimal): -2649905 or 13603031. OLE color: 13603031.

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

Color convert

RGB215144207-
CMYK00.330.040.16
HSL306.76º47.02%70.39%-
HSV(B)306.76º33.02%84.31%-
XYZ49.2638.963.94-
YUV172.41147.52158.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=37.99%
G=25.44%
B=36.57%

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
Decimal21514420700.330.040.16306.7647.0270.39
HexD790CF0214101332f46
Octal32722031704142046357106
Binary1101011110010000110011110100001100100001001100111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790CF; }

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

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

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

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

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

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

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

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