Html Css Color HEX #DA9AD1 Plum

📋 copy color: '#DA9AD1'

red 218 ◦ green 154 ◦ blue 209

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

Shades of Plum #DA9AD1

Tints of Plum #DA9AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.97%

R = 37.52%
G = 26.51%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA9AD1 (or 0xDA9AD1) is known color: Plum. HEX triplet: DA, 9A and D1. RGB value is (218,154,209). Sum of RGB (Red+Green+Blue) = 218+154+209=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AD1 is #25652E. Grayscale: #B3B3B3. Windows color (decimal): -2450735 or 13736666. OLE color: 13736666.

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

Color convert

RGB 218 154 209 -
CMYK 0 0.29 0.04 0.15
HSL 308.44º 0.46% 0.73% -
HSV(B) 308.44º 0.29% 0.85% -
XYZ 51.98 42.62 65.81 -
YUV 179.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 218 154 209 0 0.29 0.04 0.15 308.44 0.46 0.73
Hex DA 9A D1 0 1D 4 F 134 2E 49
Octal 332 232 321 0 35 4 17 464 56 111
Binary 11011010 10011010 11010001 0 11101 100 1111 100110100 101110 1001001

Color Harmonies of #DA9AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9AD1

Black with #DA9AD1

Text Example


Text Example

White with #DA9AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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