Html Css Color HEX #D196BE Lily

📋 copy color: '#D196BE'

red 209 ◦ green 150 ◦ blue 190

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

Shades of Lily #D196BE

Tints of Lily #D196BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.61%

R = 38.07%
G = 27.32%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D196BE (or 0xD196BE) is known color: Lily. HEX triplet: D1, 96 and BE. RGB value is (209,150,190). Sum of RGB (Red+Green+Blue) = 209+150+190=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D196BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196BE is #2E6941. Grayscale: #ACACAC. Windows color (decimal): -3041602 or 12490449. OLE color: 12490449.

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

Color convert

RGB 209 150 190 -
CMYK 0 0.28 0.09 0.18
HSL 319.32º 0.39% 0.7% -
HSV(B) 319.32º 0.28% 0.82% -
XYZ 46.5 39.09 53.81 -
YUV 172.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 209 150 190 0 0.28 0.09 0.18 319.32 0.39 0.7
Hex D1 96 BE 0 1C 9 12 13F 27 46
Octal 321 226 276 0 34 11 22 477 47 106
Binary 11010001 10010110 10111110 0 11100 1001 10010 100111111 100111 1000110

Color Harmonies of #D196BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196BE

Black with #D196BE

Text Example


Text Example

White with #D196BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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