#DA97CB

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

Shades of Plum #DA97CB

Tints of Plum #DA97CB

Color information

#DA97CB (or 0xDA97CB) is unknown color: approx Plum. HEX triplet: DA, 97 and CB. RGB value is (218,151,203). Sum of RGB (Red+Green+Blue) = 218+151+203=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97CB is #256834. Grayscale: #B0B0B0. Windows color (decimal): -2451509 or 13342682. OLE color: 13342682.

HSL color Cylindrical-coordinate representation of color #DA97CB: hue angle of 313.43º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA97CB is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218151203-
CMYK00.310.070.15
HSL313.43º47.52%72.35%-
HSV(B)313.43º30.73%85.49%-
XYZ50.7641.3561.81-
YUV176.96142.7157.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=38.11%
G=26.40%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815120300.310.070.15313.4347.5272.35
HexDA97CB01F7F1393048
Octal33222731303771747160110
Binary11011010100101111100101101111111111111001110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97CB; }

 p { color: rgb(218,151,203); }

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

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

 a { background-color: rgb(218,151,203); }

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

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

 span { border-color: rgb(218,151,203); }

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