Html Css Color HEX #D194CF Lilac

📋 copy color: '#D194CF'

red 209 ◦ green 148 ◦ blue 207

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

Shades of Lilac #D194CF

Tints of Lilac #D194CF

RGB

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

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

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

R = 37.06%
G = 26.24%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D194CF (or 0xD194CF) is known color: Lilac. HEX triplet: D1, 94 and CF. RGB value is (209,148,207). Sum of RGB (Red+Green+Blue) = 209+148+207=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D194CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194CF is #2E6B30. Grayscale: #ACACAC. Windows color (decimal): -3042097 or 13604049. OLE color: 13604049.

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

Color convert

RGB 209 148 207 -
CMYK 0 0.29 0.01 0.18
HSL 301.97º 0.4% 0.7% -
HSV(B) 301.97º 0.29% 0.82% -
XYZ 48.15 39.24 64.07 -
YUV 172.97 147.21 153.7 -
System Red Green Blue C M Y K H S L
Decimal 209 148 207 0 0.29 0.01 0.18 301.97 0.4 0.7
Hex D1 94 CF 0 1D 1 12 12E 28 46
Octal 321 224 317 0 35 1 22 456 50 106
Binary 11010001 10010100 11001111 0 11101 1 10010 100101110 101000 1000110

Color Harmonies of #D194CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194CF

Black with #D194CF

Text Example


Text Example

White with #D194CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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