Html Css Color HEX #D196BB Lily

📋 copy color: '#D196BB'

red 209 ◦ green 150 ◦ blue 187

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

Shades of Lily #D196BB

Tints of Lily #D196BB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.47%

 BLUE value IS 187 (73.44% from 255) = 34.25%

R = 38.28%
G = 27.47%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D196BB (or 0xD196BB) is known color: Lily. HEX triplet: D1, 96 and BB. RGB value is (209,150,187). Sum of RGB (Red+Green+Blue) = 209+150+187=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D196BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196BB is #2E6944. Grayscale: #ABABAB. Windows color (decimal): -3041605 or 12293841. OLE color: 12293841.

HSL color Cylindrical-coordinate representation of color #D196BB: hue angle of 322.37º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D196BB is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 187 -
CMYK 0 0.28 0.11 0.18
HSL 322.37º 0.39% 0.7% -
HSV(B) 322.37º 0.28% 0.82% -
XYZ 46.17 38.96 52.1 -
YUV 171.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 209 150 187 0 0.28 0.11 0.18 322.37 0.39 0.7
Hex D1 96 BB 0 1C B 12 142 27 46
Octal 321 226 273 0 34 13 22 502 47 106
Binary 11010001 10010110 10111011 0 11100 1011 10010 101000010 100111 1000110

Color Harmonies of #D196BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196BB

Black with #D196BB

Text Example


Text Example

White with #D196BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196BB; }

 p { color: rgb(209,150,187); }

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

background-color css

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

 a { background-color: rgb(209,150,187); }

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

border-color css

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

 span { border-color: rgb(209,150,187); }

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