#DA99CB

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

Shades of Plum #DA99CB

Tints of Plum #DA99CB

Color information

#DA99CB (or 0xDA99CB) is unknown color: approx Plum. HEX triplet: DA, 99 and CB. RGB value is (218,153,203). Sum of RGB (Red+Green+Blue) = 218+153+203=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99CB is #256634. Grayscale: #B2B2B2. Windows color (decimal): -2450997 or 13343194. OLE color: 13343194.

HSL color Cylindrical-coordinate representation of color #DA99CB: hue angle of 313.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99CB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218153203-
CMYK00.300.070.15
HSL313.85º46.76%72.75%-
HSV(B)313.85º29.82%85.49%-
XYZ51.084261.91-
YUV178.14142.03156.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=37.98%
G=26.66%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815320300.300.070.15313.8546.7672.75
HexDA99CB01E7F13a2f49
Octal33223131303671747257111
Binary11011010100110011100101101111011111111001110101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99CB; }

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

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

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

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

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

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

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

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