Html Css Color HEX #DA9AD3 Plum

📋 copy color: '#DA9AD3'

red 218 ◦ green 154 ◦ blue 211

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

Shades of Plum #DA9AD3

Tints of Plum #DA9AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.19%

R = 37.39%
G = 26.42%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA9AD3 (or 0xDA9AD3) is known color: Plum. HEX triplet: DA, 9A and D3. RGB value is (218,154,211). Sum of RGB (Red+Green+Blue) = 218+154+211=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AD3 is #25652C. Grayscale: #B3B3B3. Windows color (decimal): -2450733 or 13867738. OLE color: 13867738.

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

Color convert

RGB 218 154 211 -
CMYK 0 0.29 0.03 0.15
HSL 306.56º 0.46% 0.73% -
HSV(B) 306.56º 0.29% 0.85% -
XYZ 52.23 42.72 67.12 -
YUV 179.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 218 154 211 0 0.29 0.03 0.15 306.56 0.46 0.73
Hex DA 9A D3 0 1D 3 F 133 2E 49
Octal 332 232 323 0 35 3 17 463 56 111
Binary 11011010 10011010 11010011 0 11101 11 1111 100110011 101110 1001001

Color Harmonies of #DA9AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9AD3

Black with #DA9AD3

Text Example


Text Example

White with #DA9AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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