Html Css Color HEX #D193BC Lily

📋 copy color: '#D193BC'

red 209 ◦ green 147 ◦ blue 188

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

Shades of Lily #D193BC

Tints of Lily #D193BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.56%

R = 38.42%
G = 27.02%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D193BC (or 0xD193BC) is known color: Lily. HEX triplet: D1, 93 and BC. RGB value is (209,147,188). Sum of RGB (Red+Green+Blue) = 209+147+188=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D193BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193BC is #2E6C43. Grayscale: #AAAAAA. Windows color (decimal): -3042372 or 12358609. OLE color: 12358609.

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

Color convert

RGB 209 147 188 -
CMYK 0 0.30 0.10 0.18
HSL 320.32º 0.4% 0.7% -
HSV(B) 320.32º 0.3% 0.82% -
XYZ 45.81 38.05 52.51 -
YUV 170.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 209 147 188 0 0.30 0.10 0.18 320.32 0.4 0.7
Hex D1 93 BC 0 1E A 12 140 28 46
Octal 321 223 274 0 36 12 22 500 50 106
Binary 11010001 10010011 10111100 0 11110 1010 10010 101000000 101000 1000110

Color Harmonies of #D193BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193BC

Black with #D193BC

Text Example


Text Example

White with #D193BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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