Html Css Color HEX #DA93DD Plum

📋 copy color: '#DA93DD'

red 218 ◦ green 147 ◦ blue 221

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

Shades of Plum #DA93DD

Tints of Plum #DA93DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.09%

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 37.2%
G = 25.09%
B = 37.71%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA93DD (or 0xDA93DD) is known color: Plum. HEX triplet: DA, 93 and DD. RGB value is (218,147,221). Sum of RGB (Red+Green+Blue) = 218+147+221=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93DD is #256C22. Grayscale: #B0B0B0. Windows color (decimal): -2452515 or 14521306. OLE color: 14521306.

HSL color Cylindrical-coordinate representation of color #DA93DD: hue angle of 297.57º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA93DD is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 147 221 -
CMYK 0.01 0.33 0 0.13
HSL 297.57º 0.52% 0.72% -
HSV(B) 297.57º 0.33% 0.87% -
XYZ 52.4 40.99 73.56 -
YUV 176.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 218 147 221 0.01 0.33 0 0.13 297.57 0.52 0.72
Hex DA 93 DD 1 21 0 D 12A 34 48
Octal 332 223 335 1 41 0 15 452 64 110
Binary 11011010 10010011 11011101 1 100001 0 1101 100101010 110100 1001000

Color Harmonies of #DA93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93DD

Black with #DA93DD

Text Example


Text Example

White with #DA93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93DD; }

 p { color: rgb(218,147,221); }

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

background-color css

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

 a { background-color: rgb(218,147,221); }

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

border-color css

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

 span { border-color: rgb(218,147,221); }

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