#D69ED2

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

Shades of Plum #D69ED2

Tints of Plum #D69ED2

Color information

#D69ED2 (or 0xD69ED2) is unknown color: approx Plum. HEX triplet: D6, 9E and D2. RGB value is (214,158,210). Sum of RGB (Red+Green+Blue) = 214+158+210=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ED2 is #29612D. Grayscale: #B4B4B4. Windows color (decimal): -2711854 or 13803222. OLE color: 13803222.

HSL color Cylindrical-coordinate representation of color #D69ED2: hue angle of 304.29º degrees, saturation: 0.41, 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 #D69ED2 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214158210-
CMYK00.260.020.16
HSL304.29º40.58%72.94%-
HSV(B)304.29º26.17%83.92%-
XYZ51.5943.466.63-
YUV180.67144.55151.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 158 (62.11% from 255) = 27.15%
BLUE value IS 210 (82.42% from 255) = 36.08%
R=36.77%
G=27.15%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415821000.260.020.16304.2940.5872.94
HexD69ED201A2101302949
Octal32623632203222046051111
Binary11010110100111101101001001101010100001001100001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ED2; }

 p { color: rgb(214,158,210); }

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

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

 a { background-color: rgb(214,158,210); }

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

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

 span { border-color: rgb(214,158,210); }

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