Html Css Color HEX #D094D0 Lilac

📋 copy color: '#D094D0'

red 208 ◦ green 148 ◦ blue 208

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

Shades of Lilac #D094D0

Tints of Lilac #D094D0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.24%

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

R = 36.88%
G = 26.24%
B = 36.88%

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

#D094D0 (or 0xD094D0) is known color: Lilac. HEX triplet: D0, 94 and D0. RGB value is (208,148,208). Sum of RGB (Red+Green+Blue) = 208+148+208=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D094D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094D0 is #2F6B2F. Grayscale: #ACACAC. Windows color (decimal): -3107632 or 13669584. OLE color: 13669584.

HSL color Cylindrical-coordinate representation of color #D094D0: 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 #D094D0 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 208 -
CMYK 0 0.29 0 0.18
HSL 300º 0.39% 0.7% -
HSV(B) 300º 0.29% 0.82% -
XYZ 47.99 39.14 64.7 -
YUV 172.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 208 148 208 0 0.29 0 0.18 300 0.39 0.7
Hex D0 94 D0 0 1D 0 12 12C 27 46
Octal 320 224 320 0 35 0 22 454 47 106
Binary 11010000 10010100 11010000 0 11101 0 10010 100101100 100111 1000110

Color Harmonies of #D094D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094D0

Black with #D094D0

Text Example


Text Example

White with #D094D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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