#DA97CD

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

Shades of Plum #DA97CD

Tints of Plum #DA97CD

Color information

#DA97CD (or 0xDA97CD) is unknown color: approx Plum. HEX triplet: DA, 97 and CD. RGB value is (218,151,205). Sum of RGB (Red+Green+Blue) = 218+151+205=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97CD is #256832. Grayscale: #B1B1B1. Windows color (decimal): -2451507 or 13473754. OLE color: 13473754.

HSL color Cylindrical-coordinate representation of color #DA97CD: hue angle of 311.64º 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 #DA97CD is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218151205-
CMYK00.310.060.15
HSL311.64º47.52%72.35%-
HSV(B)311.64º30.73%85.49%-
XYZ5141.4563.07-
YUV177.19143.7157.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=37.98%
G=26.31%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815120500.310.060.15311.6447.5272.35
HexDA97CD01F6F1383048
Octal33222731503761747060110
Binary11011010100101111100110101111111011111001110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97CD; }

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

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

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

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

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

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

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

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