Html Css Color HEX #DA93D9 Plum

📋 copy color: '#DA93D9'

red 218 ◦ green 147 ◦ blue 217

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

Shades of Plum #DA93D9

Tints of Plum #DA93D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.29%

R = 37.46%
G = 25.26%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA93D9 (or 0xDA93D9) is known color: Plum. HEX triplet: DA, 93 and D9. RGB value is (218,147,217). Sum of RGB (Red+Green+Blue) = 218+147+217=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93D9 is #256C26. Grayscale: #B0B0B0. Windows color (decimal): -2452519 or 14259162. OLE color: 14259162.

HSL color Cylindrical-coordinate representation of color #DA93D9: hue angle of 300.85º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA93D9 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 147 217 -
CMYK 0 0.33 0.00 0.15
HSL 300.85º 0.49% 0.72% -
HSV(B) 300.85º 0.33% 0.85% -
XYZ 51.87 40.78 70.78 -
YUV 176.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 218 147 217 0 0.33 0.00 0.15 300.85 0.49 0.72
Hex DA 93 D9 0 21 0 F 12D 31 48
Octal 332 223 331 0 41 0 17 455 61 110
Binary 11011010 10010011 11011001 0 100001 0 1111 100101101 110001 1001000

Color Harmonies of #DA93D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93D9

Black with #DA93D9

Text Example


Text Example

White with #DA93D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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