Html Css Color HEX #D08DD0 Lilac

📋 copy color: '#D08DD0'

red 208 ◦ green 141 ◦ blue 208

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

Shades of Lilac #D08DD0

Tints of Lilac #D08DD0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.31%

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

R = 37.34%
G = 25.31%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D08DD0 (or 0xD08DD0) is known color: Lilac. HEX triplet: D0, 8D and D0. RGB value is (208,141,208). Sum of RGB (Red+Green+Blue) = 208+141+208=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D08DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DD0 is #2F722F. Grayscale: #A8A8A8. Windows color (decimal): -3109424 or 13667792. OLE color: 13667792.

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

Color convert

RGB 208 141 208 -
CMYK 0 0.32 0 0.18
HSL 300º 0.42% 0.68% -
HSV(B) 300º 0.32% 0.82% -
XYZ 46.92 37.01 64.35 -
YUV 168.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 208 141 208 0 0.32 0 0.18 300 0.42 0.68
Hex D0 8D D0 0 20 0 12 12C 2A 44
Octal 320 215 320 0 40 0 22 454 52 104
Binary 11010000 10001101 11010000 0 100000 0 10010 100101100 101010 1000100

Color Harmonies of #D08DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DD0

Black with #D08DD0

Text Example


Text Example

White with #D08DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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