#D798CF

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

Shades of Plum #D798CF

Tints of Plum #D798CF

Color information

#D798CF (or 0xD798CF) is unknown color: approx Plum. HEX triplet: D7, 98 and CF. RGB value is (215,152,207). Sum of RGB (Red+Green+Blue) = 215+152+207=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D798CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D798CF is #286730. Grayscale: #B0B0B0. Windows color (decimal): -2647857 or 13605079. OLE color: 13605079.

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

Color convert

RGB215152207-
CMYK00.290.040.16
HSL307.62º44.06%71.96%-
HSV(B)307.62º29.3%84.31%-
XYZ50.5241.4164.36-
YUV177.11144.87155.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=37.46%
G=26.48%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515220700.290.040.16307.6244.0671.96
HexD798CF01D4101342c48
Octal32723031703542046454110
Binary110101111001100011001111011101100100001001101001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D798CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D798CF; }

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

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

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

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

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

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

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

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