Html Css Color HEX #DA93DC Plum

📋 copy color: '#DA93DC'

red 218 ◦ green 147 ◦ blue 220

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

Shades of Plum #DA93DC

Tints of Plum #DA93DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.61%

R = 37.26%
G = 25.13%
B = 37.61%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA93DC (or 0xDA93DC) is known color: Plum. HEX triplet: DA, 93 and DC. RGB value is (218,147,220). Sum of RGB (Red+Green+Blue) = 218+147+220=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93DC is #256C23. Grayscale: #B0B0B0. Windows color (decimal): -2452516 or 14455770. OLE color: 14455770.

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

Color convert

RGB 218 147 220 -
CMYK 0.01 0.33 0 0.14
HSL 298.36º 0.51% 0.72% -
HSV(B) 298.36º 0.33% 0.86% -
XYZ 52.27 40.94 72.86 -
YUV 176.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 218 147 220 0.01 0.33 0 0.14 298.36 0.51 0.72
Hex DA 93 DC 1 21 0 E 12A 33 48
Octal 332 223 334 1 41 0 16 452 63 110
Binary 11011010 10010011 11011100 1 100001 0 1110 100101010 110011 1001000

Color Harmonies of #DA93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93DC

Black with #DA93DC

Text Example


Text Example

White with #DA93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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