Html Css Color HEX #D193B7 Lily

📋 copy color: '#D193B7'

red 209 ◦ green 147 ◦ blue 183

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

Shades of Lily #D193B7

Tints of Lily #D193B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.95%

R = 38.78%
G = 27.27%
B = 33.95%

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

#D193B7 (or 0xD193B7) is known color: Lily. HEX triplet: D1, 93 and B7. RGB value is (209,147,183). Sum of RGB (Red+Green+Blue) = 209+147+183=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193B7 is #2E6C48. Grayscale: #A9A9A9. Windows color (decimal): -3042377 or 12030929. OLE color: 12030929.

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

Color convert

RGB 209 147 183 -
CMYK 0 0.30 0.12 0.18
HSL 325.16º 0.4% 0.7% -
HSV(B) 325.16º 0.3% 0.82% -
XYZ 45.28 37.84 49.72 -
YUV 169.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 209 147 183 0 0.30 0.12 0.18 325.16 0.4 0.7
Hex D1 93 B7 0 1E C 12 145 28 46
Octal 321 223 267 0 36 14 22 505 50 106
Binary 11010001 10010011 10110111 0 11110 1100 10010 101000101 101000 1000110

Color Harmonies of #D193B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193B7

Black with #D193B7

Text Example


Text Example

White with #D193B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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