#DA92CE

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

Shades of Plum #DA92CE

Tints of Plum #DA92CE

Color information

#DA92CE (or 0xDA92CE) is unknown color: approx Plum. HEX triplet: DA, 92 and CE. RGB value is (218,146,206). Sum of RGB (Red+Green+Blue) = 218+146+206=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92CE is #256D31. Grayscale: #AEAEAE. Windows color (decimal): -2452786 or 13538010. OLE color: 13538010.

HSL color Cylindrical-coordinate representation of color #DA92CE: hue angle of 310º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA92CE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218146206-
CMYK00.330.060.15
HSL310º49.32%71.37%-
HSV(B)310º33.03%85.49%-
XYZ50.3339.9263.44-
YUV174.37145.85159.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=38.25%
G=25.61%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814620600.330.060.1531049.3271.37
HexDA92CE0216F1363147
Octal33222231604161746661107
Binary110110101001001011001110010000111011111001101101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92CE; }

 p { color: rgb(218,146,206); }

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

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

 a { background-color: rgb(218,146,206); }

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

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

 span { border-color: rgb(218,146,206); }

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