Html Css Color HEX #D193B6 Lily

📋 copy color: '#D193B6'

red 209 ◦ green 147 ◦ blue 182

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

Shades of Lily #D193B6

Tints of Lily #D193B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.83%

R = 38.85%
G = 27.32%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D193B6 (or 0xD193B6) is known color: Lily. HEX triplet: D1, 93 and B6. RGB value is (209,147,182). Sum of RGB (Red+Green+Blue) = 209+147+182=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193B6 is #2E6C49. Grayscale: #A9A9A9. Windows color (decimal): -3042378 or 11965393. OLE color: 11965393.

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

Color convert

RGB 209 147 182 -
CMYK 0 0.30 0.13 0.18
HSL 326.13º 0.4% 0.7% -
HSV(B) 326.13º 0.3% 0.82% -
XYZ 45.17 37.8 49.17 -
YUV 169.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 209 147 182 0 0.30 0.13 0.18 326.13 0.4 0.7
Hex D1 93 B6 0 1E D 12 146 28 46
Octal 321 223 266 0 36 15 22 506 50 106
Binary 11010001 10010011 10110110 0 11110 1101 10010 101000110 101000 1000110

Color Harmonies of #D193B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193B6

Black with #D193B6

Text Example


Text Example

White with #D193B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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