#D69CD0

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

Shades of Plum #D69CD0

Tints of Plum #D69CD0

Color information

#D69CD0 (or 0xD69CD0) is unknown color: approx Plum. HEX triplet: D6, 9C and D0. RGB value is (214,156,208). Sum of RGB (Red+Green+Blue) = 214+156+208=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CD0 is #29632F. Grayscale: #B3B3B3. Windows color (decimal): -2712368 or 13671638. OLE color: 13671638.

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

Color convert

RGB214156208-
CMYK00.270.030.16
HSL306.21º41.43%72.55%-
HSV(B)306.21º27.1%83.92%-
XYZ51.0142.6365.21-
YUV179.27144.22152.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=37.02%
G=26.99%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415620800.270.030.16306.2141.4372.55
HexD69CD001B3101322949
Octal32623432003332046251111
Binary11010110100111001101000001101111100001001100101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CD0; }

 p { color: rgb(214,156,208); }

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

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

 a { background-color: rgb(214,156,208); }

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

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

 span { border-color: rgb(214,156,208); }

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