Html Css Color HEX #D194CD Lilac

📋 copy color: '#D194CD'

red 209 ◦ green 148 ◦ blue 205

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

Shades of Lilac #D194CD

Tints of Lilac #D194CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 37.19%
G = 26.33%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D194CD (or 0xD194CD) is known color: Lilac. HEX triplet: D1, 94 and CD. RGB value is (209,148,205). Sum of RGB (Red+Green+Blue) = 209+148+205=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D194CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194CD is #2E6B32. Grayscale: #ACACAC. Windows color (decimal): -3042099 or 13472977. OLE color: 13472977.

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

Color convert

RGB 209 148 205 -
CMYK 0 0.29 0.02 0.18
HSL 303.93º 0.4% 0.7% -
HSV(B) 303.93º 0.29% 0.82% -
XYZ 47.9 39.14 62.79 -
YUV 172.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 209 148 205 0 0.29 0.02 0.18 303.93 0.4 0.7
Hex D1 94 CD 0 1D 2 12 130 28 46
Octal 321 224 315 0 35 2 22 460 50 106
Binary 11010001 10010100 11001101 0 11101 10 10010 100110000 101000 1000110

Color Harmonies of #D194CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194CD

Black with #D194CD

Text Example


Text Example

White with #D194CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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