#D69CE1

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

Shades of Plum #D69CE1

Tints of Plum #D69CE1

Color information

#D69CE1 (or 0xD69CE1) is unknown color: approx Plum. HEX triplet: D6, 9C and E1. RGB value is (214,156,225). Sum of RGB (Red+Green+Blue) = 214+156+225=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #D69CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CE1 is #29631E. Grayscale: #B4B4B4. Windows color (decimal): -2712351 or 14785750. OLE color: 14785750.

HSL color Cylindrical-coordinate representation of color #D69CE1: hue angle of 290.43º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D69CE1 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214156225-
CMYK0.050.3100.12
HSL290.43º53.49%74.71%-
HSV(B)290.43º30.67%88.24%-
XYZ53.2143.5176.83-
YUV181.21152.72151.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=35.97%
G=26.22%
B=37.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141562250.050.3100.12290.4353.4974.71
HexD69CE151F0C122354b
Octal32623434153701444265113
Binary11010110100111001110000110111111011001001000101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CE1; }

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

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

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

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

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

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

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

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