#DA95CB

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

Shades of Plum #DA95CB

Tints of Plum #DA95CB

Color information

#DA95CB (or 0xDA95CB) is unknown color: approx Plum. HEX triplet: DA, 95 and CB. RGB value is (218,149,203). Sum of RGB (Red+Green+Blue) = 218+149+203=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95CB is #256A34. Grayscale: #AFAFAF. Windows color (decimal): -2452021 or 13342170. OLE color: 13342170.

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

Color convert

RGB218149203-
CMYK00.320.070.15
HSL313.04º48.25%71.96%-
HSV(B)313.04º31.65%85.49%-
XYZ50.4440.7161.7-
YUV175.79143.36158.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=38.25%
G=26.14%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814920300.320.070.15313.0448.2571.96
HexDA95CB0207F1393048
Octal33222531304071747160110
Binary110110101001010111001011010000011111111001110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95CB; }

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

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

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

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

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

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

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

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