Html Css Color HEX #DA9CDD Plum

📋 copy color: '#DA9CDD'

red 218 ◦ green 156 ◦ blue 221

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

Shades of Plum #DA9CDD

Tints of Plum #DA9CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 36.64%
G = 26.22%
B = 37.14%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA9CDD (or 0xDA9CDD) is known color: Plum. HEX triplet: DA, 9C and DD. RGB value is (218,156,221). Sum of RGB (Red+Green+Blue) = 218+156+221=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CDD is #256322. Grayscale: #B5B5B5. Windows color (decimal): -2450211 or 14523610. OLE color: 14523610.

HSL color Cylindrical-coordinate representation of color #DA9CDD: hue angle of 297.23º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9CDD is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 156 221 -
CMYK 0.01 0.29 0 0.13
HSL 297.23º 0.49% 0.74% -
HSV(B) 297.23º 0.29% 0.87% -
XYZ 53.85 43.9 74.04 -
YUV 181.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 218 156 221 0.01 0.29 0 0.13 297.23 0.49 0.74
Hex DA 9C DD 1 1D 0 D 129 31 4A
Octal 332 234 335 1 35 0 15 451 61 112
Binary 11011010 10011100 11011101 1 11101 0 1101 100101001 110001 1001010

Color Harmonies of #DA9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9CDD

Black with #DA9CDD

Text Example


Text Example

White with #DA9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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