Html Css Color HEX #DA93DA Plum

📋 copy color: '#DA93DA'

red 218 ◦ green 147 ◦ blue 218

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

Shades of Plum #DA93DA

Tints of Plum #DA93DA

RGB

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

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

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

R = 37.39%
G = 25.21%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA93DA (or 0xDA93DA) is known color: Plum. HEX triplet: DA, 93 and DA. RGB value is (218,147,218). Sum of RGB (Red+Green+Blue) = 218+147+218=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93DA is #256C25. Grayscale: #B0B0B0. Windows color (decimal): -2452518 or 14324698. OLE color: 14324698.

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

Color convert

RGB 218 147 218 -
CMYK 0 0.33 0 0.15
HSL 300º 0.49% 0.72% -
HSV(B) 300º 0.33% 0.85% -
XYZ 52 40.83 71.47 -
YUV 176.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 218 147 218 0 0.33 0 0.15 300 0.49 0.72
Hex DA 93 DA 0 21 0 F 12C 31 48
Octal 332 223 332 0 41 0 17 454 61 110
Binary 11011010 10010011 11011010 0 100001 0 1111 100101100 110001 1001000

Color Harmonies of #DA93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93DA

Black with #DA93DA

Text Example


Text Example

White with #DA93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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