#DF97DB

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

Shades of Plum #DF97DB

Tints of Plum #DF97DB

Color information

#DF97DB (or 0xDF97DB) is unknown color: approx Plum. HEX triplet: DF, 97 and DB. RGB value is (223,151,219). Sum of RGB (Red+Green+Blue) = 223+151+219=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97DB is #206824. Grayscale: #B4B4B4. Windows color (decimal): -2123813 or 14391263. OLE color: 14391263.

HSL color Cylindrical-coordinate representation of color #DF97DB: hue angle of 303.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF97DB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223151219-
CMYK00.320.020.13
HSL303.33º52.94%73.33%-
HSV(B)303.33º32.29%87.45%-
XYZ54.2842.9472.44-
YUV180.28149.85158.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 151 (59.38% from 255) = 25.46%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=37.61%
G=25.46%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315121900.320.020.13303.3352.9473.33
HexDF97DB0202D12f3549
Octal33722733304021545765111
Binary11011111100101111101101101000001011011001011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97DB; }

 p { color: rgb(223,151,219); }

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

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

 a { background-color: rgb(223,151,219); }

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

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

 span { border-color: rgb(223,151,219); }

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