Html Css Color HEX #D193CF Lilac

📋 copy color: '#D193CF'

red 209 ◦ green 147 ◦ blue 207

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

Shades of Lilac #D193CF

Tints of Lilac #D193CF

RGB

 RED value IS 209 (82.03% from 255) = 37.12%

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

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

R = 37.12%
G = 26.11%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D193CF (or 0xD193CF) is known color: Lilac. HEX triplet: D1, 93 and CF. RGB value is (209,147,207). Sum of RGB (Red+Green+Blue) = 209+147+207=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D193CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193CF is #2E6C30. Grayscale: #ACACAC. Windows color (decimal): -3042353 or 13603793. OLE color: 13603793.

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

Color convert

RGB 209 147 207 -
CMYK 0 0.30 0.01 0.18
HSL 301.94º 0.4% 0.7% -
HSV(B) 301.94º 0.3% 0.82% -
XYZ 47.99 38.93 64.02 -
YUV 172.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 209 147 207 0 0.30 0.01 0.18 301.94 0.4 0.7
Hex D1 93 CF 0 1E 1 12 12E 28 46
Octal 321 223 317 0 36 1 22 456 50 106
Binary 11010001 10010011 11001111 0 11110 1 10010 100101110 101000 1000110

Color Harmonies of #D193CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193CF

Black with #D193CF

Text Example


Text Example

White with #D193CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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