Html Css Color HEX #D093CF Lilac

📋 copy color: '#D093CF'

red 208 ◦ green 147 ◦ blue 207

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

Shades of Lilac #D093CF

Tints of Lilac #D093CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 37.01%
G = 26.16%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D093CF (or 0xD093CF) is known color: Lilac. HEX triplet: D0, 93 and CF. RGB value is (208,147,207). Sum of RGB (Red+Green+Blue) = 208+147+207=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D093CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093CF is #2F6C30. Grayscale: #ABABAB. Windows color (decimal): -3107889 or 13603792. OLE color: 13603792.

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

Color convert

RGB 208 147 207 -
CMYK 0 0.29 0.00 0.18
HSL 300.98º 0.39% 0.7% -
HSV(B) 300.98º 0.29% 0.82% -
XYZ 47.71 38.78 64 -
YUV 172.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 208 147 207 0 0.29 0.00 0.18 300.98 0.39 0.7
Hex D0 93 CF 0 1D 0 12 12D 27 46
Octal 320 223 317 0 35 0 22 455 47 106
Binary 11010000 10010011 11001111 0 11101 0 10010 100101101 100111 1000110

Color Harmonies of #D093CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093CF

Black with #D093CF

Text Example


Text Example

White with #D093CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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