Html Css Color HEX #D193BA Lily

📋 copy color: '#D193BA'

red 209 ◦ green 147 ◦ blue 186

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

Shades of Lily #D193BA

Tints of Lily #D193BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 38.56%
G = 27.12%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D193BA (or 0xD193BA) is known color: Lily. HEX triplet: D1, 93 and BA. RGB value is (209,147,186). Sum of RGB (Red+Green+Blue) = 209+147+186=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D193BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193BA is #2E6C45. Grayscale: #A9A9A9. Windows color (decimal): -3042374 or 12227537. OLE color: 12227537.

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

Color convert

RGB 209 147 186 -
CMYK 0 0.30 0.11 0.18
HSL 322.26º 0.4% 0.7% -
HSV(B) 322.26º 0.3% 0.82% -
XYZ 45.59 37.97 51.38 -
YUV 169.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 209 147 186 0 0.30 0.11 0.18 322.26 0.4 0.7
Hex D1 93 BA 0 1E B 12 142 28 46
Octal 321 223 272 0 36 13 22 502 50 106
Binary 11010001 10010011 10111010 0 11110 1011 10010 101000010 101000 1000110

Color Harmonies of #D193BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193BA

Black with #D193BA

Text Example


Text Example

White with #D193BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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