Html Css Color HEX #D193B9 Lily

📋 copy color: '#D193B9'

red 209 ◦ green 147 ◦ blue 185

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

Shades of Lily #D193B9

Tints of Lily #D193B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.2%

R = 38.63%
G = 27.17%
B = 34.2%

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

#D193B9 (or 0xD193B9) is known color: Lily. HEX triplet: D1, 93 and B9. RGB value is (209,147,185). Sum of RGB (Red+Green+Blue) = 209+147+185=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193B9 is #2E6C46. Grayscale: #A9A9A9. Windows color (decimal): -3042375 or 12162001. OLE color: 12162001.

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

Color convert

RGB 209 147 185 -
CMYK 0 0.30 0.11 0.18
HSL 323.23º 0.4% 0.7% -
HSV(B) 323.23º 0.3% 0.82% -
XYZ 45.49 37.93 50.82 -
YUV 169.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 209 147 185 0 0.30 0.11 0.18 323.23 0.4 0.7
Hex D1 93 B9 0 1E B 12 143 28 46
Octal 321 223 271 0 36 13 22 503 50 106
Binary 11010001 10010011 10111001 0 11110 1011 10010 101000011 101000 1000110

Color Harmonies of #D193B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193B9

Black with #D193B9

Text Example


Text Example

White with #D193B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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