Html Css Color HEX #DA9DD3 Plum

📋 copy color: '#DA9DD3'

red 218 ◦ green 157 ◦ blue 211

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

Shades of Plum #DA9DD3

Tints of Plum #DA9DD3

RGB

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

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

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

R = 37.2%
G = 26.79%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA9DD3 (or 0xDA9DD3) is known color: Plum. HEX triplet: DA, 9D and D3. RGB value is (218,157,211). Sum of RGB (Red+Green+Blue) = 218+157+211=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DD3 is #25622C. Grayscale: #B5B5B5. Windows color (decimal): -2449965 or 13868506. OLE color: 13868506.

HSL color Cylindrical-coordinate representation of color #DA9DD3: hue angle of 306.89º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DD3 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 157 211 -
CMYK 0 0.28 0.03 0.15
HSL 306.89º 0.45% 0.74% -
HSV(B) 306.89º 0.28% 0.85% -
XYZ 52.73 43.72 67.29 -
YUV 181.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 218 157 211 0 0.28 0.03 0.15 306.89 0.45 0.74
Hex DA 9D D3 0 1C 3 F 133 2D 4A
Octal 332 235 323 0 34 3 17 463 55 112
Binary 11011010 10011101 11010011 0 11100 11 1111 100110011 101101 1001010

Color Harmonies of #DA9DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9DD3

Black with #DA9DD3

Text Example


Text Example

White with #DA9DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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