Html Css Color HEX #D192B1 Lily

📋 copy color: '#D192B1'

red 209 ◦ green 146 ◦ blue 177

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

Shades of Lily #D192B1

Tints of Lily #D192B1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.44%

 BLUE value IS 177 (69.53% from 255) = 33.27%

R = 39.29%
G = 27.44%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D192B1 (or 0xD192B1) is known color: Lily. HEX triplet: D1, 92 and B1. RGB value is (209,146,177). Sum of RGB (Red+Green+Blue) = 209+146+177=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D192B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D192B1 is #2E6D4E. Grayscale: #A8A8A8. Windows color (decimal): -3042639 or 11637457. OLE color: 11637457.

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

Color convert

RGB 209 146 177 -
CMYK 0 0.30 0.15 0.18
HSL 330.48º 0.41% 0.7% -
HSV(B) 330.48º 0.3% 0.82% -
XYZ 44.51 37.29 46.45 -
YUV 168.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 209 146 177 0 0.30 0.15 0.18 330.48 0.41 0.7
Hex D1 92 B1 0 1E F 12 14A 29 46
Octal 321 222 261 0 36 17 22 512 51 106
Binary 11010001 10010010 10110001 0 11110 1111 10010 101001010 101001 1000110

Color Harmonies of #D192B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192B1

Black with #D192B1

Text Example


Text Example

White with #D192B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192B1; }

 p { color: rgb(209,146,177); }

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

background-color css

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

 a { background-color: rgb(209,146,177); }

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

border-color css

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

 span { border-color: rgb(209,146,177); }

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