Html Css Color HEX #D194CC Lilac

📋 copy color: '#D194CC'

red 209 ◦ green 148 ◦ blue 204

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

Shades of Lilac #D194CC

Tints of Lilac #D194CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 37.25%
G = 26.38%
B = 36.36%

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

#D194CC (or 0xD194CC) is known color: Lilac. HEX triplet: D1, 94 and CC. RGB value is (209,148,204). Sum of RGB (Red+Green+Blue) = 209+148+204=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D194CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194CC is #2E6B33. Grayscale: #ACACAC. Windows color (decimal): -3042100 or 13407441. OLE color: 13407441.

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

Color convert

RGB 209 148 204 -
CMYK 0 0.29 0.02 0.18
HSL 304.92º 0.4% 0.7% -
HSV(B) 304.92º 0.29% 0.82% -
XYZ 47.78 39.09 62.15 -
YUV 172.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 209 148 204 0 0.29 0.02 0.18 304.92 0.4 0.7
Hex D1 94 CC 0 1D 2 12 131 28 46
Octal 321 224 314 0 35 2 22 461 50 106
Binary 11010001 10010100 11001100 0 11101 10 10010 100110001 101000 1000110

Color Harmonies of #D194CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194CC

Black with #D194CC

Text Example


Text Example

White with #D194CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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