Html Css Color HEX #DA93C9 Lilac

📋 copy color: '#DA93C9'

red 218 ◦ green 147 ◦ blue 201

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

Shades of Lilac #DA93C9

Tints of Lilac #DA93C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.51%

R = 38.52%
G = 25.97%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA93C9 (or 0xDA93C9) is known color: Lilac. HEX triplet: DA, 93 and C9. RGB value is (218,147,201). Sum of RGB (Red+Green+Blue) = 218+147+201=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93C9 is #256C36. Grayscale: #AEAEAE. Windows color (decimal): -2452535 or 13210586. OLE color: 13210586.

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

Color convert

RGB 218 147 201 -
CMYK 0 0.33 0.08 0.15
HSL 314.37º 0.49% 0.72% -
HSV(B) 314.37º 0.33% 0.85% -
XYZ 49.89 39.99 60.35 -
YUV 174.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 218 147 201 0 0.33 0.08 0.15 314.37 0.49 0.72
Hex DA 93 C9 0 21 8 F 13A 31 48
Octal 332 223 311 0 41 10 17 472 61 110
Binary 11011010 10010011 11001001 0 100001 1000 1111 100111010 110001 1001000

Color Harmonies of #DA93C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93C9

Black with #DA93C9

Text Example


Text Example

White with #DA93C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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