#D69FD4

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

Shades of Plum #D69FD4

Tints of Plum #D69FD4

Color information

#D69FD4 (or 0xD69FD4) is unknown color: approx Plum. HEX triplet: D6, 9F and D4. RGB value is (214,159,212). Sum of RGB (Red+Green+Blue) = 214+159+212=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FD4 is #29602B. Grayscale: #B5B5B5. Windows color (decimal): -2711596 or 13934550. OLE color: 13934550.

HSL color Cylindrical-coordinate representation of color #D69FD4: hue angle of 302.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FD4 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB214159212-
CMYK00.260.010.16
HSL302.18º40.15%73.14%-
HSV(B)302.18º25.7%83.92%-
XYZ52.0143.8568.01-
YUV181.49145.22151.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=36.58%
G=27.18%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415921200.260.010.16302.1840.1573.14
HexD69FD401A11012e2849
Octal32623732403212045650111
Binary1101011010011111110101000110101100001001011101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FD4; }

 p { color: rgb(214,159,212); }

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

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

 a { background-color: rgb(214,159,212); }

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

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

 span { border-color: rgb(214,159,212); }

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