Html Css Color HEX #D193CC Lilac

📋 copy color: '#D193CC'

red 209 ◦ green 147 ◦ blue 204

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

Shades of Lilac #D193CC

Tints of Lilac #D193CC

RGB

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

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

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

R = 37.32%
G = 26.25%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D193CC (or 0xD193CC) is known color: Lilac. HEX triplet: D1, 93 and CC. RGB value is (209,147,204). Sum of RGB (Red+Green+Blue) = 209+147+204=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D193CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193CC is #2E6C33. Grayscale: #ABABAB. Windows color (decimal): -3042356 or 13407185. OLE color: 13407185.

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

Color convert

RGB 209 147 204 -
CMYK 0 0.30 0.02 0.18
HSL 304.84º 0.4% 0.7% -
HSV(B) 304.84º 0.3% 0.82% -
XYZ 47.63 38.78 62.1 -
YUV 172.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 209 147 204 0 0.30 0.02 0.18 304.84 0.4 0.7
Hex D1 93 CC 0 1E 2 12 131 28 46
Octal 321 223 314 0 36 2 22 461 50 106
Binary 11010001 10010011 11001100 0 11110 10 10010 100110001 101000 1000110

Color Harmonies of #D193CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193CC

Black with #D193CC

Text Example


Text Example

White with #D193CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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