#DD92DE

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

Shades of Plum #DD92DE

Tints of Plum #DD92DE

Color information

#DD92DE (or 0xDD92DE) is unknown color: approx Plum. HEX triplet: DD, 92 and DE. RGB value is (221,146,222). Sum of RGB (Red+Green+Blue) = 221+146+222=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD92DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92DE is #226D21. Grayscale: #B0B0B0. Windows color (decimal): -2256162 or 14586589. OLE color: 14586589.

HSL color Cylindrical-coordinate representation of color #DD92DE: hue angle of 299.21º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD92DE is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221146222-
CMYK0.000.3400.13
HSL299.21º53.52%72.16%-
HSV(B)299.21º34.23%87.06%-
XYZ53.2841.274.25-
YUV177.09153.35159.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 146 (57.42% from 255) = 24.79%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=37.52%
G=24.79%
B=37.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211462220.000.3400.13299.2153.5272.16
HexDD92DE0220D12b3648
Octal33522233604201545366110
Binary1101110110010010110111100100010011011001010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92DE; }

 p { color: rgb(221,146,222); }

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

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

 a { background-color: rgb(221,146,222); }

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

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

 span { border-color: rgb(221,146,222); }

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