Html Css Color HEX #D193C2 Lilac

📋 copy color: '#D193C2'

red 209 ◦ green 147 ◦ blue 194

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

Shades of Lilac #D193C2

Tints of Lilac #D193C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.27%

R = 38%
G = 26.73%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D193C2 (or 0xD193C2) is known color: Lilac. HEX triplet: D1, 93 and C2. RGB value is (209,147,194). Sum of RGB (Red+Green+Blue) = 209+147+194=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D193C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193C2 is #2E6C3D. Grayscale: #AAAAAA. Windows color (decimal): -3042366 or 12751825. OLE color: 12751825.

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

Color convert

RGB 209 147 194 -
CMYK 0 0.30 0.07 0.18
HSL 314.52º 0.4% 0.7% -
HSV(B) 314.52º 0.3% 0.82% -
XYZ 46.47 38.32 55.99 -
YUV 170.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 209 147 194 0 0.30 0.07 0.18 314.52 0.4 0.7
Hex D1 93 C2 0 1E 7 12 13B 28 46
Octal 321 223 302 0 36 7 22 473 50 106
Binary 11010001 10010011 11000010 0 11110 111 10010 100111011 101000 1000110

Color Harmonies of #D193C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193C2

Black with #D193C2

Text Example


Text Example

White with #D193C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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