Html Css Color HEX #DA9AD2 Plum

📋 copy color: '#DA9AD2'

red 218 ◦ green 154 ◦ blue 210

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

Shades of Plum #DA9AD2

Tints of Plum #DA9AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 37.46%
G = 26.46%
B = 36.08%

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

#DA9AD2 (or 0xDA9AD2) is known color: Plum. HEX triplet: DA, 9A and D2. RGB value is (218,154,210). Sum of RGB (Red+Green+Blue) = 218+154+210=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AD2 is #25652D. Grayscale: #B3B3B3. Windows color (decimal): -2450734 or 13802202. OLE color: 13802202.

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

Color convert

RGB 218 154 210 -
CMYK 0 0.29 0.04 0.15
HSL 307.5º 0.46% 0.73% -
HSV(B) 307.5º 0.29% 0.85% -
XYZ 52.1 42.67 66.46 -
YUV 179.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 218 154 210 0 0.29 0.04 0.15 307.5 0.46 0.73
Hex DA 9A D2 0 1D 4 F 134 2E 49
Octal 332 232 322 0 35 4 17 464 56 111
Binary 11011010 10011010 11010010 0 11101 100 1111 100110100 101110 1001001

Color Harmonies of #DA9AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9AD2

Black with #DA9AD2

Text Example


Text Example

White with #DA9AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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