Html Css Color HEX #DA9CDA Plum

📋 copy color: '#DA9CDA'

red 218 ◦ green 156 ◦ blue 218

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

Shades of Plum #DA9CDA

Tints of Plum #DA9CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.35%

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 36.82%
G = 26.35%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA9CDA (or 0xDA9CDA) is known color: Plum. HEX triplet: DA, 9C and DA. RGB value is (218,156,218). Sum of RGB (Red+Green+Blue) = 218+156+218=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CDA is #256325. Grayscale: #B5B5B5. Windows color (decimal): -2450214 or 14327002. OLE color: 14327002.

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

Color convert

RGB 218 156 218 -
CMYK 0 0.28 0 0.15
HSL 300º 0.46% 0.73% -
HSV(B) 300º 0.28% 0.85% -
XYZ 53.46 43.74 71.96 -
YUV 181.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 218 156 218 0 0.28 0 0.15 300 0.46 0.73
Hex DA 9C DA 0 1C 0 F 12C 2E 49
Octal 332 234 332 0 34 0 17 454 56 111
Binary 11011010 10011100 11011010 0 11100 0 1111 100101100 101110 1001001

Color Harmonies of #DA9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9CDA

Black with #DA9CDA

Text Example


Text Example

White with #DA9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9CDA; }

 p { color: rgb(218,156,218); }

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

background-color css

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

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

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

border-color css

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

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

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