Html Css Color HEX #D193B4 Lily

📋 copy color: '#D193B4'

red 209 ◦ green 147 ◦ blue 180

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

Shades of Lily #D193B4

Tints of Lily #D193B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.58%

R = 38.99%
G = 27.43%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D193B4 (or 0xD193B4) is known color: Lily. HEX triplet: D1, 93 and B4. RGB value is (209,147,180). Sum of RGB (Red+Green+Blue) = 209+147+180=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193B4 is #2E6C4B. Grayscale: #A9A9A9. Windows color (decimal): -3042380 or 11834321. OLE color: 11834321.

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

Color convert

RGB 209 147 180 -
CMYK 0 0.30 0.14 0.18
HSL 328.06º 0.4% 0.7% -
HSV(B) 328.06º 0.3% 0.82% -
XYZ 44.97 37.72 48.09 -
YUV 169.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 209 147 180 0 0.30 0.14 0.18 328.06 0.4 0.7
Hex D1 93 B4 0 1E E 12 148 28 46
Octal 321 223 264 0 36 16 22 510 50 106
Binary 11010001 10010011 10110100 0 11110 1110 10010 101001000 101000 1000110

Color Harmonies of #D193B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193B4

Black with #D193B4

Text Example


Text Example

White with #D193B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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