#DD92CF

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

Shades of Plum #DD92CF

Tints of Plum #DD92CF

Color information

#DD92CF (or 0xDD92CF) is unknown color: approx Plum. HEX triplet: DD, 92 and CF. RGB value is (221,146,207). Sum of RGB (Red+Green+Blue) = 221+146+207=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92CF is #226D30. Grayscale: #AFAFAF. Windows color (decimal): -2256177 or 13603549. OLE color: 13603549.

HSL color Cylindrical-coordinate representation of color #DD92CF: hue angle of 311.2º degrees, saturation: 0.52, 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 #DD92CF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221146207-
CMYK00.340.060.13
HSL311.2º52.45%71.96%-
HSV(B)311.2º33.94%86.67%-
XYZ51.3640.4364.13-
YUV175.38145.85160.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=38.50%
G=25.44%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114620700.340.060.13311.252.4571.96
HexDD92CF0226D1373448
Octal33522231704261546764110
Binary110111011001001011001111010001011011011001101111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92CF; }

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

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

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

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

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

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

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

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