Html Css Color HEX #D193B8 Lily

📋 copy color: '#D193B8'

red 209 ◦ green 147 ◦ blue 184

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

Shades of Lily #D193B8

Tints of Lily #D193B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.07%

R = 38.7%
G = 27.22%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D193B8 (or 0xD193B8) is known color: Lily. HEX triplet: D1, 93 and B8. RGB value is (209,147,184). Sum of RGB (Red+Green+Blue) = 209+147+184=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193B8 is #2E6C47. Grayscale: #A9A9A9. Windows color (decimal): -3042376 or 12096465. OLE color: 12096465.

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

Color convert

RGB 209 147 184 -
CMYK 0 0.30 0.12 0.18
HSL 324.19º 0.4% 0.7% -
HSV(B) 324.19º 0.3% 0.82% -
XYZ 45.38 37.88 50.27 -
YUV 169.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 209 147 184 0 0.30 0.12 0.18 324.19 0.4 0.7
Hex D1 93 B8 0 1E C 12 144 28 46
Octal 321 223 270 0 36 14 22 504 50 106
Binary 11010001 10010011 10111000 0 11110 1100 10010 101000100 101000 1000110

Color Harmonies of #D193B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193B8

Black with #D193B8

Text Example


Text Example

White with #D193B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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