Html Css Color HEX #DA9DDD Plum

📋 copy color: '#DA9DDD'

red 218 ◦ green 157 ◦ blue 221

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

Shades of Plum #DA9DDD

Tints of Plum #DA9DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.34%

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

R = 36.58%
G = 26.34%
B = 37.08%

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

#DA9DDD (or 0xDA9DDD) is known color: Plum. HEX triplet: DA, 9D and DD. RGB value is (218,157,221). Sum of RGB (Red+Green+Blue) = 218+157+221=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DDD is #256222. Grayscale: #B6B6B6. Windows color (decimal): -2449955 or 14523866. OLE color: 14523866.

HSL color Cylindrical-coordinate representation of color #DA9DDD: hue angle of 297.19º degrees, saturation: 0.48, 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 #DA9DDD is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 157 221 -
CMYK 0.01 0.29 0 0.13
HSL 297.19º 0.48% 0.74% -
HSV(B) 297.19º 0.29% 0.87% -
XYZ 54.02 44.24 74.1 -
YUV 182.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 218 157 221 0.01 0.29 0 0.13 297.19 0.48 0.74
Hex DA 9D DD 1 1D 0 D 129 30 4A
Octal 332 235 335 1 35 0 15 451 60 112
Binary 11011010 10011101 11011101 1 11101 0 1101 100101001 110000 1001010

Color Harmonies of #DA9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9DDD

Black with #DA9DDD

Text Example


Text Example

White with #DA9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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