#DA94CF

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

Shades of Plum #DA94CF

Tints of Plum #DA94CF

Color information

#DA94CF (or 0xDA94CF) is unknown color: approx Plum. HEX triplet: DA, 94 and CF. RGB value is (218,148,207). Sum of RGB (Red+Green+Blue) = 218+148+207=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94CF is #256B30. Grayscale: #AFAFAF. Windows color (decimal): -2452273 or 13604058. OLE color: 13604058.

HSL color Cylindrical-coordinate representation of color #DA94CF: hue angle of 309.43º degrees, saturation: 0.49, 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 #DA94CF is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218148207-
CMYK00.320.050.15
HSL309.43º48.61%71.76%-
HSV(B)309.43º32.11%85.49%-
XYZ50.7740.5964.19-
YUV175.66145.69158.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=38.05%
G=25.83%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814820700.320.050.15309.4348.6171.76
HexDA94CF0205F1353148
Octal33222431704051746561110
Binary110110101001010011001111010000010111111001101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94CF; }

 p { color: rgb(218,148,207); }

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

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

 a { background-color: rgb(218,148,207); }

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

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

 span { border-color: rgb(218,148,207); }

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