Html Css Color HEX #DA9ACD Plum

📋 copy color: '#DA9ACD'

red 218 ◦ green 154 ◦ blue 205

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

Shades of Plum #DA9ACD

Tints of Plum #DA9ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 37.78%
G = 26.69%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA9ACD (or 0xDA9ACD) is known color: Plum. HEX triplet: DA, 9A and CD. RGB value is (218,154,205). Sum of RGB (Red+Green+Blue) = 218+154+205=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ACD is #256532. Grayscale: #B2B2B2. Windows color (decimal): -2450739 or 13474522. OLE color: 13474522.

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

Color convert

RGB 218 154 205 -
CMYK 0 0.29 0.06 0.15
HSL 312.19º 0.46% 0.73% -
HSV(B) 312.19º 0.29% 0.85% -
XYZ 51.49 42.42 63.23 -
YUV 178.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 218 154 205 0 0.29 0.06 0.15 312.19 0.46 0.73
Hex DA 9A CD 0 1D 6 F 138 2E 49
Octal 332 232 315 0 35 6 17 470 56 111
Binary 11011010 10011010 11001101 0 11101 110 1111 100111000 101110 1001001

Color Harmonies of #DA9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9ACD

Black with #DA9ACD

Text Example


Text Example

White with #DA9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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