#D69BDC

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

Shades of Plum #D69BDC

Tints of Plum #D69BDC

Color information

#D69BDC (or 0xD69BDC) is unknown color: approx Plum. HEX triplet: D6, 9B and DC. RGB value is (214,155,220). Sum of RGB (Red+Green+Blue) = 214+155+220=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #D69BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BDC is #296423. Grayscale: #B3B3B3. Windows color (decimal): -2712612 or 14457814. OLE color: 14457814.

HSL color Cylindrical-coordinate representation of color #D69BDC: hue angle of 294.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69BDC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214155220-
CMYK0.030.3000.14
HSL294.46º48.15%73.53%-
HSV(B)294.46º29.55%86.27%-
XYZ52.3742.9173.23-
YUV180.05150.55152.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 155 (60.94% from 255) = 26.32%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=36.33%
G=26.32%
B=37.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141552200.030.3000.14294.4648.1573.53
HexD69BDC31E0E126304a
Octal32623333433601644660112
Binary1101011010011011110111001111110011101001001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BDC; }

 p { color: rgb(214,155,220); }

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

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

 a { background-color: rgb(214,155,220); }

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

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

 span { border-color: rgb(214,155,220); }

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