#dd9cf0

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

Shades of Plum #DD9CF0

Tints of Plum #DD9CF0

Color information

#DD9CF0 (or 0xDD9CF0) is unknown color: approx Plum. HEX triplet: DD, 9C and F0. RGB value is (221,156,240). Sum of RGB (Red+Green+Blue) = 221+156+240=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD9CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CF0 is #22630F. Grayscale: #B8B8B8. Windows color (decimal): -2253584 or 15768797. OLE color: 15768797.

HSL color Cylindrical-coordinate representation of color #DD9CF0: hue angle of 286.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9CF0 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221156240-
CMYK0.080.3500.06
HSL286.43º73.68%77.65%-
HSV(B)286.43º35%94.12%-
XYZ57.4445.4488.18-
YUV185.01159.03153.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 156 (61.33% from 255) = 25.28%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=35.82%
G=25.28%
B=38.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211562400.080.3500.06286.4373.6877.65
HexDD9CF08230611e4a4e
Octal335234360104306436112116
Binary1101110110011100111100001000100011011010001111010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd9cf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd9cf0; }

 p { color: rgb(221,156,240); }

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

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

 a { background-color: rgb(221,156,240); }

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

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

 span { border-color: rgb(221,156,240); }

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