#DC97D4

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

Shades of Plum #DC97D4

Tints of Plum #DC97D4

Color information

#DC97D4 (or 0xDC97D4) is unknown color: approx Plum. HEX triplet: DC, 97 and D4. RGB value is (220,151,212). Sum of RGB (Red+Green+Blue) = 220+151+212=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97D4 is #23682B. Grayscale: #B2B2B2. Windows color (decimal): -2320428 or 13932508. OLE color: 13932508.

HSL color Cylindrical-coordinate representation of color #DC97D4: hue angle of 306.96º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97D4 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220151212-
CMYK00.310.040.14
HSL306.96º49.64%72.75%-
HSV(B)306.96º31.36%86.27%-
XYZ52.4742.167.65-
YUV178.58146.86157.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=37.74%
G=25.90%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015121200.310.040.14306.9649.6472.75
HexDC97D401F4E1333249
Octal33422732403741646362111
Binary11011100100101111101010001111110011101001100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97D4; }

 p { color: rgb(220,151,212); }

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

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

 a { background-color: rgb(220,151,212); }

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

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

 span { border-color: rgb(220,151,212); }

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