Html Css Color HEX #D093D0 Lilac

📋 copy color: '#D093D0'

red 208 ◦ green 147 ◦ blue 208

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

Shades of Lilac #D093D0

Tints of Lilac #D093D0

RGB

 RED value IS 208 (81.64% from 255) = 36.94%

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

 BLUE value IS 208 (81.64% from 255) = 36.94%

R = 36.94%
G = 26.11%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D093D0 (or 0xD093D0) is known color: Lilac. HEX triplet: D0, 93 and D0. RGB value is (208,147,208). Sum of RGB (Red+Green+Blue) = 208+147+208=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D093D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093D0 is #2F6C2F. Grayscale: #ACACAC. Windows color (decimal): -3107888 or 13669328. OLE color: 13669328.

HSL color Cylindrical-coordinate representation of color #D093D0: hue angle of 300º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D093D0 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 208 -
CMYK 0 0.29 0 0.18
HSL 300º 0.39% 0.7% -
HSV(B) 300º 0.29% 0.82% -
XYZ 47.83 38.83 64.65 -
YUV 172.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 208 147 208 0 0.29 0 0.18 300 0.39 0.7
Hex D0 93 D0 0 1D 0 12 12C 27 46
Octal 320 223 320 0 35 0 22 454 47 106
Binary 11010000 10010011 11010000 0 11101 0 10010 100101100 100111 1000110

Color Harmonies of #D093D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093D0

Black with #D093D0

Text Example


Text Example

White with #D093D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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