Html Css Color HEX #DA9AD8 Plum

📋 copy color: '#DA9AD8'

red 218 ◦ green 154 ◦ blue 216

#DA9AD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DA9AD8

Tints of Plum #DA9AD8

RGB

 RED value IS 218 (85.55% from 255) = 37.07%

 GREEN value IS 154 (60.55% from 255) = 26.19%

 BLUE value IS 216 (84.77% from 255) = 36.73%

R = 37.07%
G = 26.19%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA9AD8 (or 0xDA9AD8) is known color: Plum. HEX triplet: DA, 9A and D8. RGB value is (218,154,216). Sum of RGB (Red+Green+Blue) = 218+154+216=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AD8 is #256527. Grayscale: #B4B4B4. Windows color (decimal): -2450728 or 14195418. OLE color: 14195418.

HSL color Cylindrical-coordinate representation of color #DA9AD8: hue angle of 301.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9AD8 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 154 216 -
CMYK 0 0.29 0.01 0.15
HSL 301.88º 0.46% 0.73% -
HSV(B) 301.88º 0.29% 0.85% -
XYZ 52.86 42.97 70.47 -
YUV 180.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 218 154 216 0 0.29 0.01 0.15 301.88 0.46 0.73
Hex DA 9A D8 0 1D 1 F 12E 2E 49
Octal 332 232 330 0 35 1 17 456 56 111
Binary 11011010 10011010 11011000 0 11101 1 1111 100101110 101110 1001001

Color Harmonies of #DA9AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9AD8

Black with #DA9AD8

Text Example


Text Example

White with #DA9AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9AD8; }

 p { color: rgb(218,154,216); }

 H1.HeaderClassName
 {
   color: #DA9AD8;
 }
 .AnyTagClassName
 {
   color: #DA9AD8;
 }
</style>

background-color css

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

 a { background-color: rgb(218,154,216); }

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

border-color css

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

 span { border-color: rgb(218,154,216); }

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