Html Css Color HEX #D093C4 Lilac

📋 copy color: '#D093C4'

red 208 ◦ green 147 ◦ blue 196

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

Shades of Lilac #D093C4

Tints of Lilac #D093C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.57%

R = 37.75%
G = 26.68%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D093C4 (or 0xD093C4) is known color: Lilac. HEX triplet: D0, 93 and C4. RGB value is (208,147,196). Sum of RGB (Red+Green+Blue) = 208+147+196=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D093C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093C4 is #2F6C3B. Grayscale: #AAAAAA. Windows color (decimal): -3107900 or 12882896. OLE color: 12882896.

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

Color convert

RGB 208 147 196 -
CMYK 0 0.29 0.06 0.18
HSL 311.8º 0.39% 0.7% -
HSV(B) 311.8º 0.29% 0.82% -
XYZ 46.41 38.26 57.16 -
YUV 170.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 208 147 196 0 0.29 0.06 0.18 311.8 0.39 0.7
Hex D0 93 C4 0 1D 6 12 138 27 46
Octal 320 223 304 0 35 6 22 470 47 106
Binary 11010000 10010011 11000100 0 11101 110 10010 100111000 100111 1000110

Color Harmonies of #D093C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093C4

Black with #D093C4

Text Example


Text Example

White with #D093C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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